From: jakubvrana Date: Wed, 25 Jul 2007 17:30:59 +0000 (+0000) Subject: $ignore is global X-Git-Tag: v3.0.0~1256 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=9b622fe6fcf16dbdb0528878503eb1287d4998c8;p=adminer.git $ignore is global git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@255 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/auth.inc.php b/auth.inc.php index 26bdb4f8..9a19018d 100644 --- a/auth.inc.php +++ b/auth.inc.php @@ -31,6 +31,7 @@ if (isset($_POST["server"])) { } function auth_error() { + global $ignore; $username = $_SESSION["usernames"][$_GET["server"]]; if ($_POST["token"] && !isset($username)) { $_POST["token"] = token();