forked from ZwiiCMS-Team/ZwiiCMS
077 Magic_quotes dépréciée
This commit is contained in:
parent
be614eae29
commit
467f03f0ad
@ -262,7 +262,7 @@ class helper {
|
||||
$text = filter_var($text, FILTER_SANITIZE_URL);
|
||||
break;
|
||||
}
|
||||
return get_magic_quotes_gpc() ? stripslashes($text) : $text;
|
||||
return $text;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user