mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Add helper for <input type=hidden name=token>
This commit is contained in:
@@ -594,7 +594,7 @@ if (!$columns && support("table")) {
|
||||
echo "</div>";
|
||||
}
|
||||
|
||||
echo "<input type='hidden' name='token' value='$token'>\n";
|
||||
echo input_token();
|
||||
echo "</form>\n";
|
||||
echo (!$group && $select ? "" : script("tableCheck();"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user