[LON-CAPA-cvs] cvs: loncom /auth lonstatusacc.pm
raeburn
raeburn@source.lon-capa.org
Thu, 25 Dec 2008 05:49:20 -0000
raeburn Thu Dec 25 05:49:20 2008 EDT
Modified files:
/loncom/auth lonstatusacc.pm
Log:
- Typo.
Index: loncom/auth/lonstatusacc.pm
diff -u loncom/auth/lonstatusacc.pm:1.4 loncom/auth/lonstatusacc.pm:1.5
--- loncom/auth/lonstatusacc.pm:1.4 Thu Dec 25 01:52:56 2008
+++ loncom/auth/lonstatusacc.pm Thu Dec 25 05:49:20 2008
@@ -1,7 +1,7 @@
#
# LON-CAPA authorization for pages generated by server-status reports
#
-# $Id: lonstatusacc.pm,v 1.4 2008/12/25 01:52:56 raeburn Exp $
+# $Id: lonstatusacc.pm,v 1.5 2008/12/25 05:49:20 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -39,7 +39,7 @@
sub handler {
my $r = shift;
my $reqhost = $r->get_remote_host(REMOTE_NOLOOKUP);
- my $page = 'serverstatus';
+ my $page = 'server-status';
if (($r->uri eq '/adm/domainstatus') ||
($r->uri eq '/adm/test')) {
if (&LONCAPA::loncgi::check_cookie_and_load_env($r)) {