andre 4 éve
szülő
commit
423df73a7c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      list.php

+ 1 - 1
list.php

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