diff --git a/config/func.inc.php b/config/func.inc.php index 4afeaa1ee..840036fa2 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -938,7 +938,7 @@ **/ function getRequestUriByServerEnviroment() { - return $_SERVER['REQUEST_URI']; + return removeHackTag($_SERVER['REQUEST_URI']); } /**