mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 10:34:01 +02:00
Add helper for <input type=hidden name=token>
This commit is contained in:
@@ -155,5 +155,5 @@ foreach ($row["indexes"] as $index) {
|
||||
</div>
|
||||
<p>
|
||||
<input type="submit" value="<?php echo lang('Save'); ?>">
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
<?php echo input_token(); ?>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user