Bläddra i källkod

add protection

andre 4 år sedan
förälder
incheckning
e58d147599
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      list.php

+ 1 - 1
list.php

@@ -15,7 +15,7 @@ if($act->isBlocked($clientIP)) {
     exit;
 }
 
-if (!(new token)->isConsumer($token) == true) {
+if (!(new token)->isConsumer($token)) {
     $act->block($clientIP);
     echo "user access denied";
     exit;