mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
fix: revert previous change
This commit is contained in:
parent
cc5d666d53
commit
f7a6b467af
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
|
|||
<?php if (isset($csrf_token)): ?>
|
||||
<input type="hidden" name="csrf_token" value="<?= $csrf_token ?>" />
|
||||
<?php endif; ?>
|
||||
<input class="button is-info" type="edit" name="edit" id="edit"
|
||||
<input class="button is-info" type="submit" name="edit" id="edit"
|
||||
value="Save Changes" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue