forked from leftypol/leftypol
removed $_SESSION
This commit is contained in:
parent
74f5964471
commit
c83d192103
1 changed files with 0 additions and 1 deletions
1
post.php
1
post.php
|
@ -11,7 +11,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