. //////////////////////////////////////////////////////////////////////////////// // Last modified 05/aug/2012 by cassio@ime.usp.br ob_start(); header ("Expires: " . gmdate("D, d M Y H:i:s") . " GMT"); header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header ("Cache-Control: no-cache, must-revalidate"); header ("Pragma: no-cache"); header ("Content-Type: text/html; charset=utf-8"); session_start(); ob_end_flush(); require_once('../version.php'); require_once("../globals.php"); require_once("../db.php"); echo "System's Page\n"; echo "\n"; echo "\n"; //echo ""; if(!ValidSession()) { InvalidSession("system/index.php"); ForceLoad("../index.php"); } if($_SESSION["usertable"]["usertype"] != "system") { IntrusionNotify("system/index.php"); ForceLoad("../index.php"); } echo "\n"; echo "\n"; echo "
"; echo "\"\""; echo "BOCA"; echo "\n"; echo "Username: " . $_SESSION["usertable"]["userfullname"] ."
\n"; list($clockstr,$clocktype)=siteclock(); echo "
 ".$clockstr." 
\n"; echo "\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "
ContestImportOptionsLogout
\n"; ?>