0) { if (!User::checkLevel($level)) { header('Location: ' . Config::$sys_url . '?page=error&r=level'); die("You are not authorized to view this page."); } } echo ' ' . $setup['title'] . ' | Odense Track

Support:

'; } public static function footer($scripts) { // Shown at the bottom of every page we display. - if $scripts true, use javascripts on page echo '
'; if ($scripts == true) { echo ' '; } echo ' '; if (Config::$debug == true) { echo '
'; echo '
Debug Panel

'; echo '
-GET' . var_dump($_GET) . '
'; echo '
-POST' . var_dump($_POST) . '
'; echo '
-SESS' . var_dump($_SESSION) . '
'; echo '
Disable this in CONFIG!
'; } } }