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