Ignore:
Timestamp:
2008-05-20T11:40:38+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Replacing almost all "gdbmhome" with "dbhome".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/cgiwrapper.cpp

    r15402 r15589  
    312312 
    313313  cout << text_t2ascii << "gsdlhome=" << configinfo.gsdlhome << "\n";
    314   if (!configinfo.gdbmhome.empty())
    315     cout << text_t2ascii << "gdbmhome=" << configinfo.gdbmhome << "\n";
     314  if (!configinfo.dbhome.empty())
     315    cout << text_t2ascii << "dbhome=" << configinfo.dbhome << "\n";
    316316  cout << text_t2ascii << "httpprefix=" << configinfo.httpprefix << "\n";
    317317  cout << text_t2ascii << "httpimg=" << configinfo.httpimg << "\n";
Note: See TracChangeset for help on using the changeset viewer.