diff options
-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.'); } } |