| [ PHPXref.com ] | [ Generated: Sun Jul 20 20:12:55 2008 ] | [ Scout Tracker 0.13 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 if ($script_name = basename($HTTP_SERVER_VARS["SCRIPT_NAME"]) != "index.php" ) { 3 print "<meta http-equiv=\"refresh\" content=\"0; URL=../index.php\">"; 4 exit; 5 } 6 7 if ($user =="guest") { 8 print "<font size=\"-3\"><center><br><form method=POST action=./index.php>"; 9 print "LOGIN: <input type=text name=user size=6 maxlength=16>"; 10 print " PASSWORD: <input type=password name=password size=6 maxlength=16>"; 11 print " <select name=tbl><option value='scout'>Scout</option><option value='leader' SELECTED>Leader</option></select>"; 12 print " <input value=login type =submit>"; 13 print "</form></center></font>"; 14 15 16 17 } 18 19 20 21 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |