projects
/
mtweb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
import mtweb.0.4.1
[mtweb]
/
web
/
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
?>