mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Full AJAX only with pushState to work correctly with history
This commit is contained in:
@@ -231,7 +231,7 @@ if (!$columns) {
|
||||
$result->seek($limit * $page);
|
||||
}
|
||||
$email_fields = array();
|
||||
echo "<form action='" . h($_SERVER["REQUEST_URI"]) . "' method='post' enctype='multipart/form-data'>\n"; // $_SERVER["REQUEST_URI"] is required for sending the form after an AJAX request
|
||||
echo "<form action='' method='post' enctype='multipart/form-data'>\n";
|
||||
$rows = array();
|
||||
while ($row = $result->fetch_assoc()) {
|
||||
$rows[] = $row;
|
||||
|
Reference in New Issue
Block a user