reorganisation des dossiers
[mtweb] / mw / app / mods / reponses / html.php
diff --git a/mw/app/mods/reponses/html.php b/mw/app/mods/reponses/html.php
new file mode 100644 (file)
index 0000000..98b07d3
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+  class mw_reponses_html extends mw_mod{
+
+    function index(&$env){
+    }
+
+    function redirect_javascript(&$env){
+    }
+
+    function erreur(&$env){
+    }
+
+  }
+
+?>
\ No newline at end of file