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'])) {
header('Location: admin.php');
die('No access);
die('No access');
}
include(EASYWIDIR . '/stuff/keyphrasefile.php');