remove unnecessary and out-of-date info from README, fixed variable typo in lib/init.php

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-05 08:36:25 +01:00
parent a6b2daa77d
commit f38a0fd8b6
2 changed files with 4 additions and 17 deletions

View File

@@ -157,7 +157,7 @@ if (version_compare(PHP_VERSION, "5.4.0", "<")) {
$in = array(&$_GET, &$_POST, &$_COOKIE);
$_in = $in;
foreach ($in as $k => $v) {
foreach ($_in as $k => $v) {
foreach ($v as $key => $val) {
if (!is_array($val)) {
$in[$k][$key] = stripslashes($val);