reorganisation des dossiers
[mtweb] / mw / app / mods / users / index.php
diff --git a/mw/app/mods/users/index.php b/mw/app/mods/users/index.php
new file mode 100644 (file)
index 0000000..8f97880
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+  class mw_users_index extends mw_mod{
+
+    function index(&$env){
+      $env->run("users/infos");
+    }
+
+  }
+
+?>
\ No newline at end of file