Changeset 2c12662 in github


Ignore:
Timestamp:
Oct 14, 2005 3:58:24 AM (8 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
17fc718
Parents:
5abfcc7
Message:

even better include_path setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • index.php

    r5abfcc7 r2c12662  
    5252         
    5353// set environment first 
    54 ini_set('include_path', ini_get('include_path').PATH_SEPARATOR.$INSTALL_PATH.PATH_SEPARATOR.$CURRENT_PATH.'program'.PATH_SEPARATOR.$CURRENT_PATH.'program/lib'); 
     54ini_set('include_path', $INSTALL_PATH.PATH_SEPARATOR.$CURRENT_PATH.'program'.PATH_SEPARATOR.$CURRENT_PATH.'program/lib'.PATH_SEPARATOR.ini_get('include_path')); 
    5555ini_set('session.name', 'sessid'); 
    5656ini_set('session.use_cookies', 1); 
Note: See TracChangeset for help on using the changeset viewer.