Browse Source

add admin view

andre 4 years ago
parent
commit
e5529d95cd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      action.php

+ 3 - 0
action.php

@@ -69,6 +69,9 @@ class action {
     }
     }
 
 
     public function adminDeList($ip) {
     public function adminDeList($ip) {
+
+        echo "blubb" . $ip;
+
         if(!$this->isListed($ip)) {         //set true to avoid discovering
         if(!$this->isListed($ip)) {         //set true to avoid discovering
             return true;
             return true;
         }
         }