Changeset 8311


Ignore:
Timestamp:
2004-10-13T14:44:45+13:00 (20 years ago)
Author:
kjdon
Message:

oai config now resides in oai.cfg, not main.cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/oaiconfig.cpp

    r8303 r8311  
    3939{
    4040  // read main configuration file to get oai collections
    41   text_t mainconfig = filename_cat(gsdlhome, "etc", "main.cfg");
     41  text_t mainconfig = filename_cat(gsdlhome, "etc", "oai.cfg");
    4242  this->collection = "";
    4343  this->read_configfile(mainconfig);
Note: See TracChangeset for help on using the changeset viewer.