From 467f03f0ade7e0663c480ee65198bf113ac0b070 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 29 Apr 2020 13:38:01 +0200 Subject: [PATCH] =?UTF-8?q?077=20Magic=5Fquotes=20d=C3=A9pr=C3=A9ci=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/helper.class.php | 2 +- core/core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/class/helper.class.php b/core/class/helper.class.php index bad930fe..0229986f 100755 --- a/core/class/helper.class.php +++ b/core/class/helper.class.php @@ -262,7 +262,7 @@ class helper { $text = filter_var($text, FILTER_SANITIZE_URL); break; } - return get_magic_quotes_gpc() ? stripslashes($text) : $text; + return $text; } /** diff --git a/core/core.php b/core/core.php index 6730c233..b2c660c8 100755 --- a/core/core.php +++ b/core/core.php @@ -36,7 +36,7 @@ class common { const THUMBS_WIDTH = 640; // Numéro de version - const ZWII_VERSION = '10.0.076'; + const ZWII_VERSION = '10.0.077'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = [];