]> git.joonet.de Git - adminer.git/commitdiff
$ignore is global
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 25 Jul 2007 17:30:59 +0000 (17:30 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 25 Jul 2007 17:30:59 +0000 (17:30 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@255 7c3ca157-0c34-0410-bff1-cbf682f78f5c

auth.inc.php

index 26bdb4f8378f02c302bf491764ae76ec03cfdb8f..9a19018d4ed145572b2d52f924a8a52c7a4c8867 100644 (file)
@@ -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();