Ver Fonte

add list

andre há 4 anos atrás
pai
commit
cb8713a609
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      list.php

+ 1 - 1
list.php

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