Explorar el Código

add admin view

andre hace 4 años
padre
commit
4302eb1065
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      action.php

+ 0 - 1
action.php

@@ -14,7 +14,6 @@ class action {
         while($dbAction->fetch()) {
             array_push($list,[$token,$role,$description]);
         };
-        print_r($list);
         return $list;
     }