mirror of
https://github.com/vrana/adminer.git
synced 2026-03-05 20:11:40 +01:00
Add helper for <input type=hidden name=token>
This commit is contained in:
@@ -32,6 +32,6 @@ if (!$row) {
|
||||
if ($SEQUENCE != "") {
|
||||
echo "<input type='submit' name='drop' value='" . lang('Drop') . "'>" . confirm(lang('Drop %s?', $SEQUENCE)) . "\n";
|
||||
}
|
||||
echo input_token();
|
||||
?>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user