mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Fix password submission form.
This commit is contained in:
parent
de4ad5d12e
commit
2a545023d8
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@
|
|||
<?php if (isset($error)) { ?>
|
||||
<p class="help is-danger subtitle is-6"><?php echo $error; ?></p>
|
||||
<?php } ?>
|
||||
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
|
||||
<form action="" method="post">
|
||||
<div class="field has-addons">
|
||||
<div class="control">
|
||||
<input type="hidden" name="id" value="<?php echo $paste_id; ?>">
|
||||
<input type="hidden" name="id" value="<?php echo $paste_id; ?>" />
|
||||
<input type="password" class="input" name="mypass"
|
||||
placeholder="<?php echo $lang['enterpwd']; ?>">
|
||||
placeholder="<?php echo $lang['enterpwd']; ?>" />
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" name="submit" class="button is-info">Submit</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue