Ignore:
Timestamp:
1999-09-03T16:39:46+12:00 (25 years ago)
Author:
rjmcnab
Message:

Made cookies and logs optional (they are turned off by default). To
turn them on put

usecookies true
logcgiargs true

in your configuration file.

File:
1 edited

Legend:

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

    r463 r526  
    3636  text_tarray macrofiles;
    3737  text_t saveconf;
     38  bool usecookies;  // true if we want cookies set
     39  bool logcgiargs;  // true if we want to log cgi arguments
     40 
     41  void clear ();
     42  recptconf () {clear();}
    3843};
    3944
Note: See TracChangeset for help on using the changeset viewer.