diff options
author | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:29:54 +0000 |
---|---|---|
committer | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:29:54 +0000 |
commit | 3fa07c01ceaa2d02e48175829c6335ccc79a1182 (patch) | |
tree | 40ef36afbaa0e131d1e56e1cdcd9b127fd671d1d /examples/detect.php | |
parent | ebbc308cabd1243ae1613587284ac038a8d767e0 (diff) | |
download | php-openid-3fa07c01ceaa2d02e48175829c6335ccc79a1182.zip php-openid-3fa07c01ceaa2d02e48175829c6335ccc79a1182.tar.gz php-openid-3fa07c01ceaa2d02e48175829c6335ccc79a1182.tar.bz2 |
[project @ Boldify web_user]
Diffstat (limited to 'examples/detect.php')
-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'; } |