Ignore:
Timestamp:
1999-06-28T09:49:03+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed a couple of version conflicts - tidied up some small things

File:
1 edited

Legend:

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

    r296 r297  
    1212/*
    1313   $Log$
     14   Revision 1.16  1999/06/27 21:49:03  sjboddie
     15   fixed a couple of version conflicts - tidied up some small things
     16
    1417   Revision 1.15  1999/06/26 01:14:32  rjmcnab
    1518   Made a couple of changes to handle different encodings.
     
    9497    else if (key == "collection") configinfo.collection = cfgline[0];
    9598    else if (key == "collectdir") configinfo.collectdir = cfgline[0];
     99    else if (key == "httpprefix") configinfo.httpprefix = cfgline[0];
    96100    else if (key == "httpimg") configinfo.httpimg = cfgline[0];
    97101    else if (key == "gwcgi") configinfo.gwcgi = cfgline[0];
     
    634638  disp.setmacro ("gwcgi", "Global", configinfo.gwcgi);
    635639  disp.setmacro ("httpimg", "Global", configinfo.httpimg);
     640  disp.setmacro ("httpprefix", "Global", configinfo.httpprefix);
    636641  disp.setmacro("compressedoptions", "Global", get_compressed_arg(args, outconvert, logout));
    637642
Note: See TracChangeset for help on using the changeset viewer.