@@ -94,7 +94,7 @@ foreach($whitelist as $wlip) {
<h3>List</h3>
<table border="0">
<?php
-$list = (new action)->getBlackList();
+$list = (new action)->getList();
print_r($list);
foreach($list as $lip) {
echo "<tr><td>" . $lip . "</td><td><a href=admin.php?token=" . $token . "&action=delist&ip=" . long2ip($lip) . ">remove from list</a></td></tr>";