summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@cprogrammer.org>2007-03-12 18:33:10 +0000
committertailor <cygnus@cprogrammer.org>2007-03-12 18:33:10 +0000
commit4b5914a2631d27263f6ce0ba1b9536570df05120 (patch)
tree5e51b8ec0f66878b43d95e84498b15b5a438f5b6
parent8e54b4b523b4cce84a69a28cd60d4e6f4bad8486 (diff)
downloadphp-openid-4b5914a2631d27263f6ce0ba1b9536570df05120.zip
php-openid-4b5914a2631d27263f6ce0ba1b9536570df05120.tar.gz
php-openid-4b5914a2631d27263f6ce0ba1b9536570df05120.tar.bz2
[project @ Make it very clear what the result is]
-rw-r--r--examples/detect.php2
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.');
}
}