Browse Source

add admin view

andre 4 years ago
parent
commit
6a61394b62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      action.php

+ 1 - 0
action.php

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