Ignore:
Timestamp:
2008-07-09T13:12:15+12:00 (16 years ago)
Author:
davidb
Message:

Introduction of 'collecthome' which parallels 'gsdlhome' to allow the toplevel collect folder to be outside of the gsdlhome area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/receptionist.h

    r15589 r16310  
    5555
    5656  text_t gsdl_gsdlhome;
     57  text_t gsdl_collecthome;
    5758  text_t gsdl_dbhome;
    5859
     
    7778struct recptconf {
    7879   text_t gsdlhome;
     80   text_t collecthome;
    7981   text_t dbhome;   // will equal gsdlhome if not set
    8082   text_t collection; // will equal "" in 'general' mode
Note: See TracChangeset for help on using the changeset viewer.