db13052e8bac89a6baf57ae5515eba0fe957c52d
[mtweb] / web / app / mods / reponses / html.php
1 <?php
2
3   class mw_reponses_html extends mw_mod
4   {
5     function index(&$env)
6     {
7     }
8
9     function redirect_javascript(&$env)
10     {
11     }
12
13     function erreur(&$env)
14     {
15     }
16
17   }
18
19 ?>