Changeset 376


Ignore:
Timestamp:
1999-07-14T11:26:07+12:00 (25 years ago)
Author:
rjmcnab
Message:

Added support for authenaction and usersaction

File:
1 edited

Legend:

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

    r261 r376  
    1212/*
    1313   $Log$
     14   Revision 1.14  1999/07/13 23:26:07  rjmcnab
     15   Added support for authenaction and usersaction
     16
    1417   Revision 1.13  1999/06/08 04:29:39  sjboddie
    1518   added argsinfo to the call to check_cgiargs to make it easy to set
     
    343346      } else {
    344347        textout << outconvert << disp
    345             << "\"<a href=\"_gwcgi_?a=status&sp=collectioninfo&pr="
     348            << "\"<a href=\"_gwcgi_?e=_compressedoptions_&a=status&sp=collectioninfo&pr="
    346349            << protoname
    347350            << "&c="
     
    691694}
    692695
    693 bool statusaction::check_cgiargs (cgiargsinfoclass &/*argsinfo*/, cgiargsclass &/*args*/,
     696bool statusaction::check_cgiargs (cgiargsinfoclass &/*argsinfo*/, cgiargsclass &args,
    694697                  ostream &/*logout*/) {
    695   // don't want to check anything yet.
     698  // authenticate the user if authentication is avaiable
     699  args["uan"] = 1;
     700  args["ug"] = "administrator";
     701 
    696702  return true;
    697703}
Note: See TracChangeset for help on using the changeset viewer.