log($stop_time - $start_time); return; } include_once($MODULES_DIR . "/config.php"); $config = new Config($DATA_DIR . "/config.xml"); header("Content-Type: text/html; charset=UTF-8"); include_once($UTIL_DIR . "/login.php"); if($page == "admin") checklogin(); include_once($MODULES_DIR . "/pages.php"); $pages = new Pages($DATA_DIR . "/pages.xml"); if($config->value('splash') == "true") { if($_GET["skipsplash"]) { setcookie("skipsplash", "true", time()+$config->value('splashreshow')); } if($GLOBALS["skipsplash"] != "true") { ?>