summaryrefslogtreecommitdiffstats
path: root/examples/consumer
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-01-16 17:45:46 +0000
committertailor <cygnus@janrain.com>2007-01-16 17:45:46 +0000
commit99b491dd0dbbf8e569abeed5ce440f89ac1101ac (patch)
treec548b5c4c41af12e7ad830115d75e5f9fdd1391b /examples/consumer
parent9a821efd72c6585d19fb7d8b819f8ccc6a05d61a (diff)
downloadphp-openid-99b491dd0dbbf8e569abeed5ce440f89ac1101ac.zip
php-openid-99b491dd0dbbf8e569abeed5ce440f89ac1101ac.tar.gz
php-openid-99b491dd0dbbf8e569abeed5ce440f89ac1101ac.tar.bz2
[project @ Fix example consumer on Windows]
Diffstat (limited to 'examples/consumer')
-rw-r--r--examples/consumer/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/consumer/common.php b/examples/consumer/common.php
index 5e820fb..cecf8d7 100644
--- a/examples/consumer/common.php
+++ b/examples/consumer/common.php
@@ -2,7 +2,7 @@
$path_extra = dirname(dirname(dirname(__FILE__)));
$path = ini_get('include_path');
-$path = $path_extra . ':' . $path;
+$path = $path_extra . PATH_SEPARATOR . $path;
ini_set('include_path', $path);
/**