29b8177b768c8286f768f57cf63161959fca177d
[mtweb] / mw / app / controllers / users / index.php
1 <?php
2
3   class mw_users_index extends mw_controller{
4
5     function index(){
6       $env = $this->env();
7       $env->run("users/infos");
8     }
9
10   }
11
12 ?>