diff options
author | tailor <cygnus@janrain.com> | 2006-02-24 23:16:56 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-02-24 23:16:56 +0000 |
commit | 9d52ea9957e88bdff9a7a989c4161db5a15167d1 (patch) | |
tree | 2449ba7a3049aa5861a84f91726bfad13417ae20 /examples | |
parent | 0e1417334e57ad461f9cf7b5e985757580939b90 (diff) | |
download | php-openid-9d52ea9957e88bdff9a7a989c4161db5a15167d1.zip php-openid-9d52ea9957e88bdff9a7a989c4161db5a15167d1.tar.gz php-openid-9d52ea9957e88bdff9a7a989c4161db5a15167d1.tar.bz2 |
[project @ Updated config generator to reference real path of config file.]
Diffstat (limited to 'examples')
-rw-r--r-- | examples/server/setup.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/server/setup.php b/examples/server/setup.php index a566739..fb51ecf 100644 --- a/examples/server/setup.php +++ b/examples/server/setup.php @@ -364,8 +364,7 @@ function generate_config() { <h2>OpenID Server Configuration</h2> <p> -Put this text into a config file called <strong>config.php</strong> -and put it in the server example directory alongside server.php. +Put the following text into <strong><? print dirname(__FILE__); print DIRECTORY_SEPARATOR; ?>config.php</strong>. </p> <p> |