From 23ecf32a0fdc9bd38ea3dc5ed4379941eae8f68f Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Sat, 24 Apr 2021 12:01:48 -0400 Subject: [PATCH] PMCORE-2960 Review the WARNING in the file gulliver/system/class.bootstrap.php --- gulliver/system/class.bootstrap.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php index f403cddc6..c99f4b9ef 100644 --- a/gulliver/system/class.bootstrap.php +++ b/gulliver/system/class.bootstrap.php @@ -362,12 +362,6 @@ class Bootstrap */ public static function parseURI($uri, array $arrayFriendlyUri = null) { - // *** process the $_POST with magic_quotes enabled - // The magic_quotes_gpc feature has been DEPRECATED as of PHP 5.3.0. - if (get_magic_quotes_gpc() === 1) { - $_POST = g::strip_slashes($_POST); - } - $aRequestUri = explode('/', $uri); $args = self::parseNormalUri($aRequestUri, $arrayFriendlyUri);