mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Stay on privileges page when changing database
This commit is contained in:
@@ -826,7 +826,8 @@ username.form['auth[driver]'].onchange();
|
||||
echo (isset($_GET["sql"]) ? '<input type="hidden" name="sql" value="">'
|
||||
: (isset($_GET["schema"]) ? '<input type="hidden" name="schema" value="">'
|
||||
: (isset($_GET["dump"]) ? '<input type="hidden" name="dump" value="">'
|
||||
: "")));
|
||||
: (isset($_GET["privileges"]) ? '<input type="hidden" name="privileges" value="">'
|
||||
: ""))));
|
||||
echo "</p></form>\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user