diff --git a/core/Core.php b/core/Core.php index c58ae9729..bafb24023 100644 --- a/core/Core.php +++ b/core/Core.php @@ -116,6 +116,7 @@ if(!isset($_SERVER['HTTP_HOST'])) { if($_REQUEST) stripslashes_recursively($_REQUEST); if($_GET) stripslashes_recursively($_GET); if($_POST) stripslashes_recursively($_POST); + if($_COOKIE) stripslashes_recursively($_COOKIE); } /**