index
:
mirror/ltshell
master
mirror of git://gitorious.org/ltshell/ltshell.git
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
bin
/
whoami.php
blob: 84db5a104670b57e199655b13f1ecf736b7d2403 (
plain
)
1
2
3
4
<?php function main($args) { echo get_current_user(); }