8f9788079df7003d3202e8a1c4836218a121d035
[mtweb] / mw / app / mods / users / index.php
1 <?php
2
3   class mw_users_index extends mw_mod{
4
5     function index(&$env){
6       $env->run("users/infos");
7     }
8
9   }
10
11 ?>