mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 12:51:21 -05:00
Fix missing CSRF when deleting pool
https://forums.unraid.net/bug-reports/stable-releases/691-unable-to-delete-new-pool-emhttpd-error-changeslots-missing-csrf_token-r1361/
This commit is contained in:
@@ -791,4 +791,5 @@ _(Name)_:
|
||||
<input type="hidden" name="changeSlots" value="apply">
|
||||
<input type="hidden" name="poolName" value="<?=$name?>">
|
||||
<input type="hidden" name="poolSlots" value="0">
|
||||
<input type='hidden' name='csrf_token' value='<?=$var['csrf_token']?>'>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user