summaryrefslogtreecommitdiff
path: root/shell/bin/whoami.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 11:26:20 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 11:26:20 -0500
commit76ead734626996f82caddaca57dc2f84243b0947 (patch)
tree32ea6607a7c70de059b4bf376897b64391af2321 /shell/bin/whoami.php
parentfb0380f48203a11584773f3db335eaadd9cc6fdf (diff)
This zip file was identified as ltshell-3.6.zip
Diffstat (limited to 'shell/bin/whoami.php')
-rw-r--r--shell/bin/whoami.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bin/whoami.php b/shell/bin/whoami.php
index 7e560f2..fd7afa1 100644
--- a/shell/bin/whoami.php
+++ b/shell/bin/whoami.php
@@ -1,7 +1,7 @@
<?php
class p_whoami extends prog {
public static function main($args, $env) {
- echo get_current_user();
+ echo get_current_user()."\n";
}
}