mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Add helper for <input type=hidden name=token>
This commit is contained in:
@@ -195,5 +195,5 @@ echo "</table>\n";
|
||||
<?php if (isset($_GET["host"])) { ?>
|
||||
<input type="submit" name="drop" value="<?php echo lang('Drop'); ?>"><?php echo confirm(lang('Drop %s?', "$USER@$_GET[host]")); ?>
|
||||
<?php } ?>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
<?php echo input_token(); ?>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user