Update header.php

Signed-off-by: Mograine <ghiot.pierre@gmail.com>
This commit is contained in:
Pierre Ghiot
2019-10-27 02:10:25 +02:00
committed by Mograine
parent 38d8e77f99
commit 631f350a1e

View File

@@ -480,6 +480,12 @@ if($auth) {
<i class="fa fa-ban"></i> <span>Blacklist</span>
</a>
</li>
<!-- Custom DNS -->
<li<?php if($scriptname === "custom_dns.php"){ ?> class="active"<?php } ?>>
<a href="custom_dns.php">
<i class="fa fa-address-book"></i> <span>Custom DNS</span>
</a>
</li>
<!-- Toggle -->
<li id="pihole-disable" class="treeview"<?php if ($pistatus == "0") { ?> hidden="true"<?php } ?>>