diff --git a/htdocs/admin/system/pear.php b/htdocs/admin/system/pear.php index c7cf6014e7c..988943c117f 100644 --- a/htdocs/admin/system/pear.php +++ b/htdocs/admin/system/pear.php @@ -20,13 +20,18 @@ */ require("./pre.inc.php"); +if (class_exists("PEAR_Info")); +{ + @require_once "PEAR/Info.php"; +} + llxHeader(); print_titre("Pear"); $info = new PEAR_Info(); $info->getConfig(); -//$info->getPackages(); +$info->getPackages(); llxFooter(); ?>