Changeset 23a2eec in github for program/include/iniset.php
- Timestamp:
- May 4, 2009 4:31:55 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 89ccc4e
- Parents:
- db5abc6
- File:
-
- 1 edited
-
program/include/iniset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/iniset.php
rcc97ea0 r23a2eec 35 35 // make sure path_separator is defined 36 36 if (!defined('PATH_SEPARATOR')) { 37 define('PATH_SEPARATOR', ( eregi('win', PHP_OS) ? ';' : ':'));37 define('PATH_SEPARATOR', (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') ? ';' : ':'); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.
