Browse Source

add admin view

andre 4 years ago
parent
commit
32e9ff62e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin.php

+ 1 - 1
admin.php

@@ -76,7 +76,7 @@ switch($action) {
 <?php
 $blacklist = (new action)->getBlackList();
 foreach($blacklist as $blip) {
-    echo "<tr><td>" . $blip . "</td><td><a href=admin.php?token=" . $token . "&action=deblacklist&ip=" . $blip . ">remove from blacklist</a></td></tr>"
+    echo "<tr><td>" . $blip . "</td><td><a href=admin.php?token=" . $token . "&action=deblacklist&ip=" . $blip . ">remove from blacklist</a></td></tr>";
 }
 ?>
 </table>