andre 4 år sedan
förälder
incheckning
cb8713a609
1 ändrade filer med 1 tillägg och 1 borttagningar
  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());