UTStats Administration '; IF (empty($import_adminkey)) { echo'Error: No key set in config.php '; include("includes/footer.php"); return; } IF (!empty($adminkey) and $adminkey != $import_adminkey) { echo'Error: Keys do not match '; $adminkey = ''; } IF (empty($adminkey)) { echo' Enter Admin key:
Remember the key
'; include("includes/footer.php"); return; } echo'
'; $action = str_replace(array('.', '/', '<', ':'), array(), $action); $fn = "pages/admin/$action.php"; if (!file_exists($fn) or !is_file($fn)) die('bla'); require($fn); include('includes/footer.php'); ?>