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

version 1.5, 2008/12/25 05:49:20 version 1.6, 2009/01/15 21:01:37
Line 82  sub handler { Line 82  sub handler {
                 }                  }
             }              }
         }          }
     } elsif (&LONCAPA::lonauthcgi::check_ipbased_access($page,$reqhost)) {      }
       if (&LONCAPA::lonauthcgi::check_ipbased_access($page,$reqhost)) {
         return OK;          return OK;
     } else {      }
         if (&LONCAPA::loncgi::check_cookie_and_load_env($r)) {      if (&LONCAPA::loncgi::check_cookie_and_load_env($r)) {
             if (&LONCAPA::lonauthcgi::can_view($page)) {          if (&LONCAPA::lonauthcgi::can_view($page)) {
                 return OK;              return OK;
             }  
         }          }
     }      }
     $r->log_reason("Invalid request for server status from $reqhost",      $r->log_reason("Invalid request for server status from $reqhost",

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


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