diff options
Diffstat (limited to 'admin/NeutronManage/index.php')
-rw-r--r-- | admin/NeutronManage/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/NeutronManage/index.php b/admin/NeutronManage/index.php index f15a43e..0b10034 100644 --- a/admin/NeutronManage/index.php +++ b/admin/NeutronManage/index.php @@ -1,6 +1,7 @@ <?php
-require_once $_SERVER['DOCUMENT_ROOT'] . "/admin/private/header.api.php";
+$_OVERRIDEPERMISSION = "neutron";
+require_once $_SERVER['DOCUMENT_ROOT'] . "/admin/private/header.sso.php";
if (isset($_GET['_']) && strpos($_GET['_'], "/") === false) {
$arg = $_GET['_'];
|