projects
/
mtweb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5ef3ed78485e726666dce898d14b161aa1045b5a
[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
?>