andre hace 4 años
padre
commit
b0141d0b97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      list.php

+ 1 - 1
list.php

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