Change the whitelist icon in the sidebar

This commit is contained in:
Tom
2018-03-02 16:44:22 +00:00
committed by GitHub
parent e48aa295bd
commit 80a7f91449

View File

@@ -445,7 +445,7 @@ if($auth) {
<!-- Whitelist -->
<li<?php if($scriptname === "whitelist"){ ?> class="active"<?php } ?>>
<a href="list.php?l=white">
<i class="fa fa-pencil-square-o"></i> <span>Whitelist</span>
<i class="fa fa-check-circle-o "></i> <span>Whitelist</span>
</a>
</li>
<!-- Blacklist -->