Parcourir la source

add admin view

andre il y a 4 ans
Parent
commit
e5529d95cd
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      action.php

+ 3 - 0
action.php

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