andre 4 жил өмнө
parent
commit
46e9a29260
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      admin.php

+ 2 - 0
admin.php

@@ -30,6 +30,8 @@ if(isset($_GET['action'])) {
 }
 $stats = true;
 
+print_r([$token,$action,$ip]);
+
 if (!(new token)->isAdmin($token)) {
     echo "admin access denied</div></body></html>";
     exit;