Changeset 5abfcc7 in github
- Timestamp:
- Oct 14, 2005 3:54:29 AM (8 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 2c12662
- Parents:
- 00fd332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
index.php
r00fd332 r5abfcc7 46 46 $OUTPUT_TYPE = 'html'; 47 47 $JS_OBJECT_NAME = 'rcmail'; 48 49 48 $CURRENT_PATH=dirname($_SERVER['SCRIPT_FILENAME']); 49 50 if ($CURRENT_PATH!='') 51 $CURRENT_PATH.='/'; 52 50 53 // set environment first 51 ini_set('include_path', ini_get('include_path').PATH_SEPARATOR.$INSTALL_PATH.PATH_SEPARATOR. 'program'.PATH_SEPARATOR.'program/lib');54 ini_set('include_path', ini_get('include_path').PATH_SEPARATOR.$INSTALL_PATH.PATH_SEPARATOR.$CURRENT_PATH.'program'.PATH_SEPARATOR.$CURRENT_PATH.'program/lib'); 52 55 ini_set('session.name', 'sessid'); 53 56 ini_set('session.use_cookies', 1);
Note: See TracChangeset
for help on using the changeset viewer.
