diff options
Diffstat (limited to 'pear')
-rw-r--r-- | pear/PEAR.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php index ba7c64971c..659c59d59a 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -25,7 +25,6 @@ define('PEAR_ERROR_PRINT', 2); define('PEAR_ERROR_TRIGGER', 4); define('PEAR_ERROR_DIE', 8); define('PEAR_ERROR_CALLBACK', 16); -define('DIRECTORY_SEPARATOR', '/'); if (substr(PHP_OS, 0, 3) == 'WIN') { define('OS_WINDOWS', true); |