Changeset 4695 in subversion
- Timestamp:
- Apr 25, 2011 5:54:35 AM (2 years ago)
- Location:
- trunk/roundcubemail/program/include
- Files:
-
- 3 edited
-
iniset.php (modified) (3 diffs)
-
main.inc (modified) (1 diff)
-
rcmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/iniset.php
r4678 r4695 58 58 // possible not compatible libraries (i.e PEAR) to be included 59 59 // instead the ones provided by RC 60 $include_path = INSTALL_PATH . 'program' . PATH_SEPARATOR; 61 $include_path.= INSTALL_PATH . 'program/include' . PATH_SEPARATOR; 62 $include_path.= INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; 60 $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; 63 61 $include_path.= ini_get('include_path'); 64 62 … … 89 87 $filename = preg_replace( 90 88 array( 89 '/rcube_/', 91 90 '/MDB2_(.+)/', 92 91 '/Mail_(.+)/', … … 97 96 ), 98 97 array( 98 INSTALL_PATH . 'program/include/rcube_', 99 99 'MDB2/\\1', 100 100 'Mail/\\1', -
trunk/roundcubemail/program/include/main.inc
r4678 r4695 27 27 */ 28 28 29 require_once ' lib/utf7.inc';29 require_once 'utf7.inc'; 30 30 require_once INSTALL_PATH . 'program/include/rcube_shared.inc'; 31 31 -
trunk/roundcubemail/program/include/rcmail.php
r4682 r4695 1180 1180 } 1181 1181 else { 1182 @include_once ('lib/des.inc');1182 @include_once 'des.inc'; 1183 1183 1184 1184 if (function_exists('des')) { … … 1232 1232 } 1233 1233 else { 1234 @include_once ('lib/des.inc');1234 @include_once 'des.inc'; 1235 1235 1236 1236 if (function_exists('des')) {
Note: See TracChangeset
for help on using the changeset viewer.
