
LNCS 4362
=$strContent?>
$strHead=''; @$page=$_GET['page']; if (!isset($_GET['page'])) $page='homepage'; if (!file_exists("./content/$page.php") ){ @$page='constr'; } include ("./content/$page.php"); /* if ($fp=@fopen('./content/access.csv','a')) { fwrite ($fp,implode(';',Array( 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'], $_SERVER['REMOTE_ADDR'].' / '.$_SERVER['SERVER_ADDR'], $_SERVER['HTTP_ACCEPT_LANGUAGE'], $_SERVER['HTTP_REFERER'], strtr($_SERVER['HTTP_USER_AGENT'],';','/'),strftime("%Y-%m-%d %T")))."\n"); fclose($fp); }*/ include ("./content/menu/main.php"); $arActiveMenu=explode('.',$page); if (file_exists("./content/menu/$arActiveMenu[0].php")) include ("./content/menu/$arActiveMenu[0].php"); ?>