session_start (); header("Cache-control: private"); $page=$_GET["page"]; if (empty($page)) { $page="main"; } if (!file_exists("content/$page.php")) { $page="notexist"; } if (!$_SESSION["counted"]) { $_SESSION["counted"] = true; $counted = true; } ?>
© 2004-2011 by Artem Makhutov