mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Fix mislabeled privacy setting (#2044)
* Fix mislabeled privacy setting * Update settings.php Co-authored-by: yubiuser <ckoenig@posteo.de> Co-authored-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
@@ -1241,7 +1241,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "dns", "piho
|
||||
<div>
|
||||
<input type="radio" name="privacylevel" id="privacylevel_1" value="1" <?php if ($privacylevel === 1){ ?>checked<?php } ?>>
|
||||
<label for="privacylevel_1"><strong>Hide domains: Display and store all domains as "hidden"</strong></label>
|
||||
<p>This disables the Top Domains and Top Ads tables on the dashboard</p>
|
||||
<p>This disables the Top Permitted Domains and Top Blocked Domains tables on the dashboard</p>
|
||||
</div>
|
||||
<div>
|
||||
<input type="radio" name="privacylevel" id="privacylevel_2" value="2" <?php if ($privacylevel === 2){ ?>checked<?php } ?>>
|
||||
|
||||
Reference in New Issue
Block a user