Ignore:
Timestamp:
2003-05-20T14:17:41+12:00 (21 years ago)
Author:
sjboddie
Message:

Added a "configaction" to allow new collection servers to be added to and
removed from a persistent version of greenstone (i.e. the local library)
while it's still running. Without this you need to restart the server in
order for it to notice any new collections that may have appeared.
Use "?a=config&cmd=add-collection&c=colname" to create and configure a
collection server for the "colname" collection.

File:
1 edited

Legend:

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

    r3668 r4290  
    10761076  // "ccs" argument is set and make "cc" default to
    10771077  // all collections in "ccs"
    1078   if (!args["c"].empty()) {
     1078  if (args["a"] != "config" && !args["c"].empty()) {
    10791079
    10801080    text_t &arg_c = args["c"];
Note: See TracChangeset for help on using the changeset viewer.