diff --git a/auth.inc.php b/auth.inc.php index bf50f0f4..fdc1bc1f 100644 --- a/auth.inc.php +++ b/auth.inc.php @@ -1,12 +1,16 @@ connect($_GET["s } } } - } elseif ($key != "server" && $key != "username" && $key != "password") { + } elseif (!in_array($key, $ignore)) { echo ''; } }