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