06b56df612519949d4147920707f545708af3b70
[mw_hello] / app / mods / hello / index.php
1 <?php
2
3   class mw_hello_index extends mw_mod{
4
5     function index(&$env){
6     }
7
8   }
9
10 ?>