summaryrefslogtreecommitdiffstats
path: root/examples/detect.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-14 00:22:38 +0000
committertailor <cygnus@janrain.com>2006-02-14 00:22:38 +0000
commit0aa2789614335162e9cce4516b2c3d38cfb43a29 (patch)
treeee1c8502841dc710ed2fb53b42d8383e4cf8ea08 /examples/detect.php
parent430023b519e2928271404dbc9b876e1003b1a6de (diff)
downloadphp-openid-0aa2789614335162e9cce4516b2c3d38cfb43a29.zip
php-openid-0aa2789614335162e9cce4516b2c3d38cfb43a29.tar.gz
php-openid-0aa2789614335162e9cce4516b2c3d38cfb43a29.tar.bz2
[project @ Fixed include bug in detect script.]
Diffstat (limited to 'examples/detect.php')
-rw-r--r--examples/detect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/detect.php b/examples/detect.php
index 996237d..3e9ea9b 100644
--- a/examples/detect.php
+++ b/examples/detect.php
@@ -421,7 +421,7 @@ $body = '';
$_file1 = include 'Auth/OpenID.php';
$_file2 = include 'Auth/OpenID/BigMath.php';
-if (!($file1 && $file2)) {
+if (!($_file1 && $_file2)) {
$path = ini_get('include_path');
$body .= $r->p(
'Cannot find the OpenID library. It must be in your PHP include ' .