diff --git a/web/stuff/admin/addons.php b/web/stuff/admin/addons.php index 2b1c1b8f..a78b9958 100644 --- a/web/stuff/admin/addons.php +++ b/web/stuff/admin/addons.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or !$main == 1) or (isset($admin_id) and !$pa['addons'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('images', $user_language, $reseller_id); diff --git a/web/stuff/admin/admin_search.php b/web/stuff/admin/admin_search.php index 5a065d0b..2e59e90e 100644 --- a/web/stuff/admin/admin_search.php +++ b/web/stuff/admin/admin_search.php @@ -38,7 +38,7 @@ */ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !isanyadmin($admin_id) and !rsellerpermisions($admin_id)) or (!isset($pa))) { header('Location: login.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('search',$user_language,$reseller_id); $results = array(); diff --git a/web/stuff/admin/admin_social_provider.php b/web/stuff/admin/admin_social_provider.php index fbdfb1a1..02ded3c1 100644 --- a/web/stuff/admin/admin_social_provider.php +++ b/web/stuff/admin/admin_social_provider.php @@ -39,7 +39,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['root'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $loguserid = $admin_id; diff --git a/web/stuff/admin/adminhome.php b/web/stuff/admin/adminhome.php index f9249d06..54b3d162 100644 --- a/web/stuff/admin/adminhome.php +++ b/web/stuff/admin/adminhome.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !isanyadmin($admin_id) and !rsellerpermisions($admin_id))) { header('Location: login.php'); - die('No acces'); + die('No Access'); } $sprache_bad = getlanguagefile('home', $user_language, $reseller_id); diff --git a/web/stuff/admin/api_external_auth.php b/web/stuff/admin/api_external_auth.php index 867758f1..aba71833 100644 --- a/web/stuff/admin/api_external_auth.php +++ b/web/stuff/admin/api_external_auth.php @@ -39,7 +39,7 @@ if ($main != 1 or !isset($admin_id) or (isset($admin_id) and !$pa['apiSettings'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/admin/api_import_users.php b/web/stuff/admin/api_import_users.php index 1c945610..fae6e5f0 100644 --- a/web/stuff/admin/api_import_users.php +++ b/web/stuff/admin/api_import_users.php @@ -38,7 +38,7 @@ */ if ($main != 1 or !isset($admin_id) or (isset($admin_id) and !$pa['apiSettings'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); $sprache = getlanguagefile('api',$user_language,$reseller_id); diff --git a/web/stuff/admin/api_settings.php b/web/stuff/admin/api_settings.php index ab8348f2..d4033115 100644 --- a/web/stuff/admin/api_settings.php +++ b/web/stuff/admin/api_settings.php @@ -39,7 +39,7 @@ if ($main != 1 or !isset($admin_id) or (isset($admin_id) and !$pa['apiSettings'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('api',$user_language,$reseller_id); $loguserid = $admin_id; diff --git a/web/stuff/admin/eac.php b/web/stuff/admin/eac.php index e03f1468..bb562a3d 100644 --- a/web/stuff/admin/eac.php +++ b/web/stuff/admin/eac.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['eac'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/admin/images.php b/web/stuff/admin/images.php index 0cc9b77e..1d71f625 100644 --- a/web/stuff/admin/images.php +++ b/web/stuff/admin/images.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['gimages'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/third_party/gameq/GameQ/Autoloader.php'); include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/admin/ip_bans.php b/web/stuff/admin/ip_bans.php index 8a250bba..fd63f9f8 100644 --- a/web/stuff/admin/ip_bans.php +++ b/web/stuff/admin/ip_bans.php @@ -39,7 +39,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['ipBans'] and $reseller_id != 0)) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('logs', $user_language, $reseller_id); diff --git a/web/stuff/admin/jobs_list.php b/web/stuff/admin/jobs_list.php index 60c9f37d..28c34731 100644 --- a/web/stuff/admin/jobs_list.php +++ b/web/stuff/admin/jobs_list.php @@ -40,7 +40,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['jobs'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('api', $user_language, $reseller_id); diff --git a/web/stuff/admin/logdata.php b/web/stuff/admin/logdata.php index b16721b0..d7f6ba7a 100644 --- a/web/stuff/admin/logdata.php +++ b/web/stuff/admin/logdata.php @@ -37,7 +37,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['log'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('logs', $user_language,$reseller_id); diff --git a/web/stuff/admin/maillog.php b/web/stuff/admin/maillog.php index d07f44b2..bf9049f7 100644 --- a/web/stuff/admin/maillog.php +++ b/web/stuff/admin/maillog.php @@ -37,7 +37,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['log'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('logs', $user_language, $reseller_id); diff --git a/web/stuff/admin/masterserver.php b/web/stuff/admin/masterserver.php index d74092cd..41d22102 100644 --- a/web/stuff/admin/masterserver.php +++ b/web/stuff/admin/masterserver.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['masterServer'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/admin/mysql_root.php b/web/stuff/admin/mysql_root.php index 0dc3d687..31519b4b 100644 --- a/web/stuff/admin/mysql_root.php +++ b/web/stuff/admin/mysql_root.php @@ -39,7 +39,7 @@ if (!isset($admin_id) or $main != 1 or !isset($reseller_id) or !$pa['root']) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } diff --git a/web/stuff/admin/page_settings.php b/web/stuff/admin/page_settings.php index 253e2286..d396ccbd 100644 --- a/web/stuff/admin/page_settings.php +++ b/web/stuff/admin/page_settings.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['cms_settings']) or $reseller_id != 0) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('page',$user_language,$reseller_id); $loguserid = $admin_id; diff --git a/web/stuff/admin/roots.php b/web/stuff/admin/roots.php index 793e2732..110eb00f 100644 --- a/web/stuff/admin/roots.php +++ b/web/stuff/admin/roots.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['roots'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/admin/system_check.php b/web/stuff/admin/system_check.php index 79feb39b..79d31ae4 100644 --- a/web/stuff/admin/system_check.php +++ b/web/stuff/admin/system_check.php @@ -38,7 +38,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and (!isset($reseller_id) or $reseller_id != 0)) or !$pa['settings']) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('system_check', $user_language, $reseller_id); diff --git a/web/stuff/admin/traffic.php b/web/stuff/admin/traffic.php index 178a8833..5dc26d1a 100644 --- a/web/stuff/admin/traffic.php +++ b/web/stuff/admin/traffic.php @@ -36,7 +36,7 @@ */ if (!isset($admin_id) or $main != 1 or (isset($admin_id) and !$pa['traffic'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('traffic',$user_language,$reseller_id); if ($d== 'se' and $reseller_id == 0) { diff --git a/web/stuff/admin/user_groups.php b/web/stuff/admin/user_groups.php index e50a49f5..cd10635f 100644 --- a/web/stuff/admin/user_groups.php +++ b/web/stuff/admin/user_groups.php @@ -40,7 +40,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['userGroups'])) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('user', $user_language, $reseller_id); diff --git a/web/stuff/methods/tables_add.php b/web/stuff/methods/tables_add.php index 7e5513e7..84f74e8a 100644 --- a/web/stuff/methods/tables_add.php +++ b/web/stuff/methods/tables_add.php @@ -40,7 +40,7 @@ if (!isset($displayToUser) and (!isset($admin_id) or !isset($reseller_id) or $main != 1 or $reseller_id != 0)) { header('Location: admin.php'); - die('No Acces'); + die('No Access'); } $query = "CREATE TABLE IF NOT EXISTS `addons` ( diff --git a/web/stuff/methods/tables_entries_repair.php b/web/stuff/methods/tables_entries_repair.php index 193b1069..813693ef 100644 --- a/web/stuff/methods/tables_entries_repair.php +++ b/web/stuff/methods/tables_entries_repair.php @@ -40,7 +40,7 @@ if (!isset($displayToUser) and (!isset($admin_id) or $main != 1 or $reseller_id != 0)) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $query = $sql->prepare("SELECT DISTINCT(`id`) FROM `userdata` u WHERE `accounttype`='r' AND NOT EXISTS (SELECT 1 FROM `settings` WHERE `resellerid`=u.`id`)"); diff --git a/web/stuff/methods/tables_repair.php b/web/stuff/methods/tables_repair.php index 51dd5ee9..db9ee6aa 100644 --- a/web/stuff/methods/tables_repair.php +++ b/web/stuff/methods/tables_repair.php @@ -40,7 +40,7 @@ if (!isset($displayToUser) and (!isset($admin_id) or $main != 1 or $reseller_id != 0)) { header('Location: admin.php'); - die('No acces'); + die('No Access'); } $defined['addons'] = array( diff --git a/web/stuff/user/userpanel_ao.php b/web/stuff/user/userpanel_ao.php index f1e7b536..576859b0 100644 --- a/web/stuff/user/userpanel_ao.php +++ b/web/stuff/user/userpanel_ao.php @@ -43,7 +43,7 @@ include(EASYWIDIR . '/stuff/methods/class_app.php'); if ((!isset($user_id) or $main != 1) or (isset($user_id) and !$pa['useraddons'])) { header('Location: userpanel.php'); - die('No acces'); + die('No Access'); } $sprache = getlanguagefile('images', $user_language, $resellerLockupID); diff --git a/web/stuff/user/userpanel_dedicated.php b/web/stuff/user/userpanel_dedicated.php index 4f757095..c75610c2 100644 --- a/web/stuff/user/userpanel_dedicated.php +++ b/web/stuff/user/userpanel_dedicated.php @@ -39,7 +39,7 @@ if ((!isset($main) or $main != 1) or (!isset($user_id) or (isset($user_id) and !$pa['restart']))) { header('Location: userpanel.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/user/userpanel_fdl.php b/web/stuff/user/userpanel_fdl.php index d069a0e8..ea43c814 100644 --- a/web/stuff/user/userpanel_fdl.php +++ b/web/stuff/user/userpanel_fdl.php @@ -38,7 +38,7 @@ if ((!isset($user_id) or $main != 1) or (isset($user_id) and !$pa['fastdl'])) { header('Location: userpanel.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/user/userpanel_gserver.php b/web/stuff/user/userpanel_gserver.php index dde7238f..ee4098e2 100644 --- a/web/stuff/user/userpanel_gserver.php +++ b/web/stuff/user/userpanel_gserver.php @@ -37,7 +37,7 @@ */ if ((!isset($main) or $main != 1) or (!isset($user_id) or (isset($user_id) and !$pa['restart']))) { header('Location: userpanel.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/user/userpanel_home.php b/web/stuff/user/userpanel_home.php index f4fbabfb..7ada415b 100644 --- a/web/stuff/user/userpanel_home.php +++ b/web/stuff/user/userpanel_home.php @@ -38,7 +38,7 @@ if ((!isset($user_id) or !$main == "1") or (isset($user_id) and !isanyuser($user_id))) { header('Location: login.php'); - die('No acces'); + die('No Access'); } $sprache_bad = getlanguagefile('home', $user_language, $reseller_id); diff --git a/web/stuff/user/userpanel_virtual.php b/web/stuff/user/userpanel_virtual.php index 9887a89f..b058f1e1 100644 --- a/web/stuff/user/userpanel_virtual.php +++ b/web/stuff/user/userpanel_virtual.php @@ -40,7 +40,7 @@ if ((!isset($main) or $main != 1) or (!isset($user_id) or (isset($user_id) and !$pa['restart']))) { header('Location: userpanel.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/stuff/user/userpanel_voice.php b/web/stuff/user/userpanel_voice.php index 06b6332c..0ad51d6c 100644 --- a/web/stuff/user/userpanel_voice.php +++ b/web/stuff/user/userpanel_voice.php @@ -38,7 +38,7 @@ if ((!isset($user_id) or $main != 1) or (isset($user_id) and !$pa['voiceserver'])) { header('Location: userpanel.php'); - die('No acces'); + die('No Access'); } include(EASYWIDIR . '/stuff/keyphrasefile.php'); diff --git a/web/third_party/monstaftp/monstaftp.php b/web/third_party/monstaftp/monstaftp.php index 580ea3cd..45eae165 100644 --- a/web/third_party/monstaftp/monstaftp.php +++ b/web/third_party/monstaftp/monstaftp.php @@ -53,7 +53,7 @@ if (!isset($userPanelInclude)) { header('Location: userpanel.php'); - die('No acces'); + die('No Access'); } // Include the language file