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 = [];