import mtweb.0.4.1
[mtweb] / web / 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/config");
7     }
8
9   }
10
11 ?>