forked from leftypol/leftypol
bugfix for older PHP versions
This commit is contained in:
parent
f5bac44604
commit
6a75817594
1 changed files with 0 additions and 1 deletions
1
mod.php
1
mod.php
|
@ -15,7 +15,6 @@
|
|||
return is_array($var) ? array_map("strip_array", $var) : stripslashes($var);
|
||||
}
|
||||
|
||||
$_SESSION = strip_array($_SESSION);
|
||||
$_GET = strip_array($_GET);
|
||||
$_POST = strip_array($_POST);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue