mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
#614 Incorrect spelling of access
This commit is contained in:
parent
ec34adf9ce
commit
f945f9d5fa
@ -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);
|
||||
|
@ -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();
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
|
@ -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');
|
||||
|
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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');
|
||||
|
@ -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);
|
||||
|
@ -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) {
|
||||
|
@ -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);
|
||||
|
@ -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` (
|
||||
|
@ -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`)");
|
||||
|
@ -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(
|
||||
|
@ -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);
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
2
web/third_party/monstaftp/monstaftp.php
vendored
2
web/third_party/monstaftp/monstaftp.php
vendored
@ -53,7 +53,7 @@
|
||||
|
||||
if (!isset($userPanelInclude)) {
|
||||
header('Location: userpanel.php');
|
||||
die('No acces');
|
||||
die('No Access');
|
||||
}
|
||||
|
||||
// Include the language file
|
||||
|
Loading…
x
Reference in New Issue
Block a user