Changeset 276
- Timestamp:
- 04/12/08 22:26:36 (9 months ago)
- Files:
-
- trunk/htdocs/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/htdocs/index.php
r274 r276 21 21 define('FRAMEWORK_BASE_PATH',dirname(__FILE__) . '/..'); 22 22 $ta_include_path = FRAMEWORK_BASE_PATH; 23 // If you are running a local PEAR install, uncomment the next line24 // and edit it accordingly25 23 26 // $ta_include_path .= PATH_SEPARATOR . '/Users/shupp/pear/lib'; 24 // Local copy of PEAR 25 $ta_include_path .= PATH_SEPARATOR . FRAMEWORK_BASE_PATH . '/PEAR'; 27 26 28 27 ini_set('include_path', $ta_include_path . PATH_SEPARATOR . ini_get('include_path'));
