summaryrefslogtreecommitdiff
path: root/shell/bin/whoami.php
blob: 84db5a104670b57e199655b13f1ecf736b7d2403 (plain)
1
2
3
4
<?php
function main($args) {
	echo get_current_user();
}