1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2010-02-13 13:30:16 +00:00
parent e0edc50794
commit 72533f0792

View file

@ -54,6 +54,9 @@ class Engine extends Object {
protected function __construct() {
if (get_magic_quotes_gpc()) {
func_stripslashes($_REQUEST);
func_stripslashes($_GET);
func_stripslashes($_POST);
func_stripslashes($_COOKIE);
}
}