andre il y a 4 ans
Parent
commit
b0141d0b97
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      list.php

+ 1 - 1
list.php

@@ -11,4 +11,4 @@ if (!(new token)->isUser($token)) {
     echo "user access denied";
     exit;
 }
-print_((new action)->getList());
+print_r((new action)->getList());