diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-04 09:43:25 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-04 09:43:25 +0100 |
commit | b2064d5fc05829657cb366a56f7045f797c31eea (patch) | |
tree | d9887c4ef79276d493d270a2d023607452ae25ef /installer | |
parent | 45db37573885ac057b79b1fd6f53c45bb7485553 (diff) |
Remove program/ dir from installer include path
Diffstat (limited to 'installer')
-rw-r--r-- | installer/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php index 7a78736b8..0e80b1cd6 100644 --- a/installer/index.php +++ b/installer/index.php @@ -44,7 +44,6 @@ define('RCUBE_INSTALL_PATH', INSTALL_PATH); define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/'); $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; -$include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR; $include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR; $include_path .= ini_get('include_path'); |