Browse Source

add admin view

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

+ 1 - 1
admin.php

@@ -76,7 +76,7 @@ switch($action) {
 ?>
 </div>
 <h3>Blacklist</h3>
-<table border="0">
+<table>
 <?php
 $blacklist = (new action)->getBlackList();
 foreach($blacklist as $blip) {