diff options
author | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:33:10 +0000 |
---|---|---|
committer | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:33:10 +0000 |
commit | 4b5914a2631d27263f6ce0ba1b9536570df05120 (patch) | |
tree | 5e51b8ec0f66878b43d95e84498b15b5a438f5b6 /examples/detect.php | |
parent | 8e54b4b523b4cce84a69a28cd60d4e6f4bad8486 (diff) | |
download | php-openid-4b5914a2631d27263f6ce0ba1b9536570df05120.zip php-openid-4b5914a2631d27263f6ce0ba1b9536570df05120.tar.gz php-openid-4b5914a2631d27263f6ce0ba1b9536570df05120.tar.bz2 |
[project @ Make it very clear what the result is]
Diffstat (limited to 'examples/detect.php')
-rw-r--r-- | examples/detect.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/detect.php b/examples/detect.php index f346f6a..385a031 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -484,8 +484,10 @@ if (!$_include) { if ($result) { $out .= $r->h2('Setup Complete!'); + $out .= $r->p('Your system should be ready to run the OpenID library.'); } else { $out .= $r->h2('Setup Incomplete'); + $out .= $r->p('Your system needs a few changes before it will be ready to run the OpenID library.'); } } |