Changeset 461 for dev/index.php
- Timestamp:
- 10/23/09 09:03:46 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/index.php
r453 r461 6 6 7 7 @error_reporting(E_ERROR); 8 if (!s ubstr_compare(PHP_OS, 'win', 0, 3, true))8 if (!strncasecmp(PHP_OS, 'win', 3)) 9 9 { 10 10 @ini_set('include_path', ini_get('include_path').';.\\common\\includes');