about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/C Keyholder.txtpb
blob: ef10a90c003cacbf102480efd641c98fdf501bfa (plain) (blame)
1
2
3
4
5
6
7
name: "C Keyholder"
panel_display_name: "North Area"
keyholders {
  name: "C"
  path: "Components/KeyHolders/keyHolderC"
  key: "c"
}
4::::4 Please do not use, reproduce or steal the 4::::4 contents of this file without explicit 4::::4 permission from Hatkirby. 44::::::44 4::::::::4 4444444444 */ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} require('headerproc.php'); $getconfig = "SELECT * FROM config WHERE name = \"maintenanceMode\""; $getconfig2 = mysql_query($getconfig); $getconfig3 = mysql_fetch_array($getconfig2); if ($getconfig3['value'] == '1') { if (($_SERVER['REMOTE_ADDR'] != '127.0.0.1') && (!isAdmin())) { $template = new FITemplate('maintenance'); $template->display($template); exit; } } ?>