mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Merge pull request #472 from pi-hole/fix/adlist-missing-token
Fix ad list section missing CSRF token
This commit is contained in:
@@ -715,6 +715,7 @@ if(isset($_POST["submit"])) {
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<input type="hidden" name="field" value="adlists">
|
||||
<input type="hidden" name="token" value="<?php echo $token ?>">
|
||||
<button type="submit" class="btn btn-primary" name="submit" value="save">Save</button>
|
||||
<button type="submit" class="btn btn-primary pull-right" name="submit" value="saveupdate">Save and Update</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user