public attr / function, constructeurs __construct
[mtweb] / mw / app / controllers / admin / index.php
index d4c4e99..9abe30c 100644 (file)
@@ -2,11 +2,9 @@
 
   class mw_admin_index extends mw_controller{
 
-    function index(){
+    public function index(){
       $env = $this->env();
       $env->run("admin/users");
     }
 
   }
-
-?>
\ No newline at end of file