Update eac.php

This commit is contained in:
GetYourServer 2015-09-06 22:01:31 +02:00
parent 62f41bdc4c
commit 9ffd6399ec

View File

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