Add notice on whitelist page that list domains are automatically added

This commit is contained in:
DL6ER
2016-12-27 20:04:31 +00:00
parent b51fbb0e31
commit 3e8e153cfd
+2
View File
@@ -24,6 +24,7 @@ function getFullName() {
<div class="page-header">
<h1><?php getFullName(); ?></h1>
</div>
<?php if($list == "white"){ ?><p>Note that the ad list domains are automatically added to the whitelist so that a list can never get blocked by another list.</p><?php } ?>
<!-- Domain Input -->
<div class="form-group input-group">
@@ -48,6 +49,7 @@ function getFullName() {
Failure! Something went wrong.
</div>
<!-- Domain List -->
<ul class="list-group" id="list"></ul>