andre hace 4 años
padre
commit
cb8713a609
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;
 }
 }
-echo (new action)->getList();
+print_((new action)->getList());