diff options
author | tailor <cygnus@janrain.com> | 2006-04-24 18:50:16 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-04-24 18:50:16 +0000 |
commit | b3822aeb21155d88681c91ad62cf95abd4aa6d78 (patch) | |
tree | d58ee244eeeda13ec4434a82ceb5af4c4711a65b /examples/server | |
parent | 33ccbf7820fe29b2ceea4d2926454ed6889a3ae6 (diff) | |
download | php-openid-b3822aeb21155d88681c91ad62cf95abd4aa6d78.zip php-openid-b3822aeb21155d88681c91ad62cf95abd4aa6d78.tar.gz php-openid-b3822aeb21155d88681c91ad62cf95abd4aa6d78.tar.bz2 |
[project @ Server config generator cleanup]
Diffstat (limited to 'examples/server')
-rw-r--r-- | examples/server/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/setup.php b/examples/server/setup.php index 79eaabc..fb8aa8a 100644 --- a/examples/server/setup.php +++ b/examples/server/setup.php @@ -660,7 +660,7 @@ foreach ($_SESSION['users'] as $url => $hash) { * Sites in this list will not have to be approved by the user in * order to be used. It is OK to leave this value as-is. * - * In a more robust server, this site should be a per-user setting. + * In a more robust server, this should be a per-user setting. */ $trusted_sites = array(<? $i = 0; |