Ver Fonte

add admin view

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

+ 1 - 0
action.php

@@ -14,6 +14,7 @@ class action {
         while($dbAction->fetch()) {
         while($dbAction->fetch()) {
             array_push($list,$user);
             array_push($list,$user);
         };
         };
+        print_r($list);
         return $list;
         return $list;
     }
     }