소스 검색

add protection

andre 4 년 전
부모
커밋
423df73a7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      list.php

+ 1 - 1
list.php

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