Diff for /loncom/cgi/lonmodulecheck.pl between versions 1.2 and 1.3

version 1.2, 2013/02/08 14:51:47 version 1.3, 2013/05/13 01:16:23
Line 58  if ($londaemons ne '' && $lonlib ne '' & Line 58  if ($londaemons ne '' && $lonlib ne '' &
   
 sub main {  sub main {
     my ($londaemons,$lonlib,$lonincludes,$lontabdir,$lonhost) = @_;      my ($londaemons,$lonlib,$lonincludes,$lontabdir,$lonhost) = @_;
     if (!&LONCAPA::lonauthcgi::check_ipbased_access('checksums')) {      if (&LONCAPA::lonauthcgi::check_ipbased_access('checksums')) {
           &LONCAPA::loncgi::check_cookie_and_load_env();
       } else {
         if (!&LONCAPA::loncgi::check_cookie_and_load_env()) {          if (!&LONCAPA::loncgi::check_cookie_and_load_env()) {
             &Apache::lonlocal::get_language_handle();              &Apache::lonlocal::get_language_handle();
             print(&LONCAPA::loncgi::missing_cookie_msg());              print(&LONCAPA::loncgi::missing_cookie_msg());

Removed from v.1.2  
changed lines
  Added in v.1.3


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