diff options
-rw-r--r-- | examples/detect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/detect.php b/examples/detect.php index 7982b91..97357ff 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -328,7 +328,7 @@ function detect_stores($r, &$out) if (function_exists('posix_getpwuid') && function_exists('posix_geteuid')) { $processUser = posix_getpwuid(posix_geteuid()); - $web_user = $r->tt($processUser['name']); + $web_user = $r->b($r->tt($processUser['name'])); } else { $web_user = 'the PHP process'; } |