mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
Add helper for <input type=hidden name=token>
This commit is contained in:
@@ -38,6 +38,6 @@ if ($TYPE != "") {
|
||||
textarea("as", $row["as"]);
|
||||
echo "<p><input type='submit' value='" . lang('Save') . "'>\n";
|
||||
}
|
||||
echo input_token();
|
||||
?>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user