Diff for /loncom/auth/lonstatusacc.pm between versions 1.4 and 1.5

version 1.4, 2008/12/25 01:52:56 version 1.5, 2008/12/25 05:49:20
Line 39  use LONCAPA::lonauthcgi; Line 39  use LONCAPA::lonauthcgi;
 sub handler {  sub handler {
     my $r = shift;      my $r = shift;
     my $reqhost = $r->get_remote_host(REMOTE_NOLOOKUP);      my $reqhost = $r->get_remote_host(REMOTE_NOLOOKUP);
     my $page = 'serverstatus';      my $page = 'server-status';
     if (($r->uri eq '/adm/domainstatus') ||      if (($r->uri eq '/adm/domainstatus') ||
         ($r->uri eq '/adm/test')) {          ($r->uri eq '/adm/test')) {
         if (&LONCAPA::loncgi::check_cookie_and_load_env($r)) {          if (&LONCAPA::loncgi::check_cookie_and_load_env($r)) {

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>