/** * check if PEAR is installed * @license http://opensource.org/licenses/gpl-license.php GNU Public License */ if (!class_exists('PEAR') || !(@include 'PEAR.php')) { echo "This module requires the PEAR Library."; }