Diff for /loncom/cgi/clusterstatus.pl between versions 1.25 and 1.26

version 1.25, 2008/11/29 00:57:09 version 1.26, 2008/12/25 01:56:03
Line 33  use Apache::lonnet; Line 33  use Apache::lonnet;
 use Apache::lonlocal;  use Apache::lonlocal;
 use LONCAPA::Configuration;  use LONCAPA::Configuration;
 use LONCAPA::loncgi;  use LONCAPA::loncgi;
   use LONCAPA::lonauthcgi;
 use LWP::UserAgent();  use LWP::UserAgent();
 use HTTP::Headers;  use HTTP::Headers;
 use IO::File;  use IO::File;
Line 726  if (!&LONCAPA::loncgi::check_cookie_and_ Line 727  if (!&LONCAPA::loncgi::check_cookie_and_
     exit;      exit;
 }  }
   
 if (!&LONCAPA::loncgi::can_view('clusterstatus')) {  if (!&LONCAPA::lonauthcgi::can_view('clusterstatus')) {
     &Apache::lonlocal::get_language_handle();      &Apache::lonlocal::get_language_handle();
     print &LONCAPA::loncgi::unauthorized_msg('clusterstatus');      print &LONCAPA::lonauthcgi::unauthorized_msg('clusterstatus');
     exit;      exit;
 }  }
   

Removed from v.1.25  
changed lines
  Added in v.1.26


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