Browse Source

add admin view

andre 4 years ago
parent
commit
7f1800abe1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      admin.php

+ 1 - 0
admin.php

@@ -43,6 +43,7 @@ switch($action) {
         };
         };
         break;
         break;
     case 'deblacklist':
     case 'deblacklist':
+        echo "blubb" . $ip;
         if((new action)->deBlackList($ip)){
         if((new action)->deBlackList($ip)){
             echo " deblacklisted " . long2ip($ip) ."\n";
             echo " deblacklisted " . long2ip($ip) ."\n";
         } else {
         } else {