diff options
author | tailor <cygnus@janrain.com> | 2007-01-16 17:45:46 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-01-16 17:45:46 +0000 |
commit | 99b491dd0dbbf8e569abeed5ce440f89ac1101ac (patch) | |
tree | c548b5c4c41af12e7ad830115d75e5f9fdd1391b /examples/consumer | |
parent | 9a821efd72c6585d19fb7d8b819f8ccc6a05d61a (diff) | |
download | php-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.php | 2 |
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); /** |