summaryrefslogtreecommitdiff
path: root/shell/bin/whoami.php
diff options
context:
space:
mode:
Diffstat (limited to 'shell/bin/whoami.php')
-rw-r--r--shell/bin/whoami.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/bin/whoami.php b/shell/bin/whoami.php
new file mode 100644
index 0000000..84db5a1
--- /dev/null
+++ b/shell/bin/whoami.php
@@ -0,0 +1,4 @@
+<?php
+function main($args) {
+ echo get_current_user();
+}