mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Add helper for <input type=hidden name=token>
This commit is contained in:
@@ -76,6 +76,6 @@ if (DB != "") {
|
||||
} elseif (!$_POST["add_x"] && $_GET["db"] == "") {
|
||||
echo "<input type='image' class='icon' name='add' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>\n";
|
||||
}
|
||||
echo input_token();
|
||||
?>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user