mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 00:54:08 +02:00
Move tableCheck() below </form>
This commit is contained in:
@@ -62,9 +62,9 @@ function connect_error() {
|
||||
. "</div></fieldset>\n"
|
||||
: ""
|
||||
);
|
||||
echo script("tableCheck();");
|
||||
echo "<input type='hidden' name='token' value='$token'>\n";
|
||||
echo "</form>\n";
|
||||
echo script("tableCheck();");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user