andre il y a 4 ans
Parent
commit
e91f5628f9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -81,7 +81,7 @@ switch($action) {
         if(delist($ip,$db)){
             echo "$ip delisted" . PHP_EOL;
         } else {
-            echo "$ip not delisted" . PHP_EOL;
+            echo "$ip not delisted blubb" . PHP_EOL;
         };
         break;
     case 'blacklist':