Diff for /loncom/auth/lonauth.pm between versions 1.22 and 1.23

version 1.22, 2001/08/04 00:39:32 version 1.23, 2001/08/16 02:03:15
Line 7 Line 7
 # 05/28,05/29 Gerd Kortemeyer  # 05/28,05/29 Gerd Kortemeyer
 # 07/24 Scott Harrison  # 07/24 Scott Harrison
 # 07/28,08/03 Gerd Kortemeyer  # 07/28,08/03 Gerd Kortemeyer
   # 8/15 Scott Harrison
   
 package Apache::lonauth;  package Apache::lonauth;
   
Line 172  function wait() { Line 173  function wait() {
 }  }
   
 function main() {  function main() {
    canceltim=setTimeout('tim=1;',20000);     canceltim=setTimeout('tim=1;',80000);
    checkdef();     checkdef();
    wait();     wait();
 }  }

Removed from v.1.22  
changed lines
  Added in v.1.23


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