1e87f4a4f3b51d599de1ac37bb17c556d2651d08
[mtweb] / mw / app / controllers / reponses / html.php
1 <?php
2
3   class mw_reponses_html extends mw_controller{
4
5     function index(){
6     }
7
8     function redirect_javascript(){
9     }
10
11     function erreur(){
12     }
13
14   }
15
16 ?>