Changeset 276

Show
Ignore:
Timestamp:
04/12/08 22:26:36 (9 months ago)
Author:
shupp
Message:

Update include path to have a local copy of PEAR

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/htdocs/index.php

    r274 r276  
    2121define('FRAMEWORK_BASE_PATH',dirname(__FILE__) . '/..'); 
    2222$ta_include_path = FRAMEWORK_BASE_PATH; 
    23 // If you are running a local PEAR install, uncomment the next line 
    24 // and edit it accordingly 
    2523 
    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'; 
    2726 
    2827ini_set('include_path', $ta_include_path . PATH_SEPARATOR . ini_get('include_path'));