Update masterserver.php

This commit is contained in:
GetYourServer 2015-09-06 22:02:11 +02:00
parent 19bc8bb853
commit 35f3623d32

View File

@ -38,7 +38,7 @@
if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['masterServer'])) { if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['masterServer'])) {
header('Location: admin.php'); header('Location: admin.php');
die('No access); die('No access');
} }
include(EASYWIDIR . '/stuff/keyphrasefile.php'); include(EASYWIDIR . '/stuff/keyphrasefile.php');
@ -273,4 +273,4 @@ if ($ui->w('action', 4, 'post') and !token(true)) {
} }
$template_file = 'admin_master_ud.tpl'; $template_file = 'admin_master_ud.tpl';
} }