<? /** * This file contains global environment settings * * This file provides global environment settings which can be used to tailor each * install of Emailr. * @package Emailr * @subpackage Environment * @author Jon Herron * @version 0.1.5 * @since 03.16.2008 */ // this part is still a bit of a manual process, but if you require this functionality, uncomment the ini_set below and // replace the /home/(youruser)/pear/php with the path to your local pear install. This is typically used for a shared // hosting environment where each user admins their own pear modules. /* ini_set( 'include_path', ini_get( 'include_path' ) . PATH_SEPARATOR . "/home/(youruser)/pear/php" ); */ ?>