mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Remove eventStop() used by AJAXification in past
This commit is contained in:
@@ -76,7 +76,7 @@ function auth_error($exception = null) {
|
||||
}
|
||||
}
|
||||
page_header(lang('Login'), $error, null);
|
||||
echo "<form action='' method='post' onclick='eventStop(event);'>\n";
|
||||
echo "<form action='' method='post'>\n";
|
||||
$adminer->loginForm();
|
||||
echo "<div>";
|
||||
hidden_fields($_POST, array("auth")); // expired session
|
||||
|
Reference in New Issue
Block a user