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