andre 4 years ago
parent
commit
c407297e58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -26,10 +26,10 @@ function set($ip,$db) {
     return $dbAction->execute();
 }
 
-//if (checkToken($token,$db)){
+if (checkToken($token,$db)){
     if(set(ip2long($ip),$db)){
         echo "$token inserted $ip" . PHP_EOL;
     } else {
         echo "fehler" . PHP_EOL;
     };
-//};
+};