diff --git a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php index 52ae7fe..d19a0e0 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php +++ b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php @@ -19,7 +19,8 @@ if($perms[5]!=="1"){ $block=0; } //include db connection -require "../../../config.php"; +include "../../../config.php"; + if(isset($_GET["update"])){ safe_settings(); }