mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #631 from pi-hole/fix/flush_button
Re-add missing background form. Fixes #1823
This commit is contained in:
@@ -1177,6 +1177,11 @@ if (in_array($_GET['tab'], array("sysadmin", "blocklists", "dns", "piholedhcp",
|
||||
<button type="button" class="btn btn-danger confirm-reboot form-control">Restart system</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form role="form" method="post" id="flushlogsform">
|
||||
<input type="hidden" name="field" value="flushlogs">
|
||||
<input type="hidden" name="token" value="<?php echo $token ?>">
|
||||
</form>
|
||||
<form role="form" method="post" id="disablelogsform">
|
||||
<input type="hidden" name="field" value="Logging">
|
||||
<input type="hidden" name="action" value="Disable">
|
||||
|
||||
Reference in New Issue
Block a user