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 85c3241..52ae7fe 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,7 @@ if($perms[5]!=="1"){ $block=0; } //include db connection -include "../../../config.php"; +require "../../../config.php"; if(isset($_GET["update"])){ safe_settings(); }