mise a jour pour mtweb.0.9.0 mw_hello.0.4
authordj3c1t <dj3c1t@free.fr>
Sun, 9 Jun 2013 19:07:07 +0000 (21:07 +0200)
committerdj3c1t <dj3c1t@free.fr>
Sun, 9 Jun 2013 19:07:07 +0000 (21:07 +0200)
app/controllers/hello/index.php [new file with mode: 0644]
app/mods/hello/index.php [deleted file]

diff --git a/app/controllers/hello/index.php b/app/controllers/hello/index.php
new file mode 100644 (file)
index 0000000..e317fe9
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+  class mw_hello_index extends mw_controller{
+
+    function index(&$env){
+    }
+
+  }
+
+?>
\ No newline at end of file
diff --git a/app/mods/hello/index.php b/app/mods/hello/index.php
deleted file mode 100644 (file)
index 06b56df..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-  class mw_hello_index extends mw_mod{
-
-    function index(&$env){
-    }
-
-  }
-
-?>
\ No newline at end of file