summaryrefslogtreecommitdiffstats
path: root/examples/server
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-27 19:26:48 +0000
committertailor <cygnus@janrain.com>2006-02-27 19:26:48 +0000
commit147040574d6931006f3f89901029c93d7bbdbf7a (patch)
treea80d6b48ca120ad5fd40ca80cb55a18e0f9686c5 /examples/server
parente8964fadb941bd7dc6b3f7ae1e37632e3bf6dafa (diff)
downloadphp-openid-147040574d6931006f3f89901029c93d7bbdbf7a.zip
php-openid-147040574d6931006f3f89901029c93d7bbdbf7a.tar.gz
php-openid-147040574d6931006f3f89901029c93d7bbdbf7a.tar.bz2
[project @ Cleaned up text]
Diffstat (limited to 'examples/server')
-rw-r--r--examples/server/setup.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/server/setup.php b/examples/server/setup.php
index 930bbf2..cca173c 100644
--- a/examples/server/setup.php
+++ b/examples/server/setup.php
@@ -137,7 +137,7 @@ function render_form() {
if (ini_get('open_basedir')) {
$basedir_msg = "</br><span class=\"notice\">Note: Due to the ".
"<strong>open_basedir</strong> setting, be sure to ".
- "choose a path in:<ul><li>".
+ "choose a path in one of the following directories:<ul><li>".
implode("<li>",
explode(PATH_SEPARATOR, ini_get('open_basedir'))).
"</ul></span>";
@@ -196,7 +196,7 @@ div.errors {
</head>
<body>
-<h2>OpenID Server Configuration</h2>
+<h2>OpenID Example Server Configuration</h2>
<?
if ($messages) {
@@ -209,7 +209,7 @@ if ($messages) {
?>
<p>
-This form will auto-generate an OpenID server configuration
+This form will auto-generate an OpenID example server configuration
for use with the OpenID server example.
</p>
@@ -443,7 +443,7 @@ function generate_config() {
<html>
<body>
-<h2>OpenID Server Configuration</h2>
+<h2>OpenID Example Server Configuration</h2>
<p>
Put the following text into <strong><? print dirname(__FILE__); print DIRECTORY_SEPARATOR; ?>config.php</strong>.