Parcourir la source

add admin view

andre il y a 4 ans
Parent
commit
46e9a29260
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      admin.php

+ 2 - 0
admin.php

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