Diff for /loncom/cgi/takeonline.pl between versions 1.1 and 1.2

version 1.1, 2003/09/11 19:47:30 version 1.2, 2003/09/11 20:54:11
Line 28 Line 28
   
 print "Content-type: text/html\n\n".  print "Content-type: text/html\n\n".
       "<html><body bgcolor=#FFFFFF><h1>Take Online</h1>";        "<html><body bgcolor=#FFFFFF><h1>Take Online</h1>";
 system('mv /home/httpd/html/origindex.html /home/httpd/html/index.html');  system('cp /home/httpd/html/origindex.html /home/httpd/html/index.html');
   system('rm /home/httpd/html/lon-status/reroute.txt');
 print "</body></html>";  print "</body></html>";

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


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