aboutsummaryrefslogtreecommitdiff
path: root/admin/NeutronManage/index.php
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-08 22:31:51 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-08 22:31:51 +0200
commit94c57fa247ba107fce8fc1d1fc355191229dbddc (patch)
tree865048aa574ef63ad322ed8e5057eb7629e03c29 /admin/NeutronManage/index.php
parente255736e3f2a95ee82cadc01b0c70749ab946226 (diff)
downloadmain-94c57fa247ba107fce8fc1d1fc355191229dbddc.tar.gz
main-94c57fa247ba107fce8fc1d1fc355191229dbddc.tar.bz2
main-94c57fa247ba107fce8fc1d1fc355191229dbddc.zip
Permissions system
Diffstat (limited to 'admin/NeutronManage/index.php')
-rw-r--r--admin/NeutronManage/index.php3
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['_'];