Ignore:
Timestamp:
2011-08-27T20:54:15+12:00 (13 years ago)
Author:
ak19
Message:

All comments referring to glisite.cfg edited to refer to llssite.cfg alone as necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/w32server/cgiwrapper.cpp

    r24017 r24508  
    484484 
    485485    // First volume gsdlhome's
    486     // read in all the collections from sections other than [gsdl] in the site config file (llssite/glisite)
     486    // read in all the collections from sections other than [gsdl] in the site config file (llssite.cfg)
    487487    colinfo_tmap::const_iterator this_info = gsdl_collectinfo.begin();
    488488    colinfo_tmap::const_iterator end_info = gsdl_collectinfo.end();
     
    499499    }
    500500   
    501     // if non-standard collecthome under [gsdl] section of site config file (llssite or glisite),
     501    // if non-standard collecthome under [gsdl] section of site config file (llssite.cfg),
    502502    // then need to read in all the collections from this collecthome
    503503    if(gsdl_collecthome != filename_cat(gsdl_gsdlhome,"collect")) {
Note: See TracChangeset for help on using the changeset viewer.