This commit is contained in:
Rodolphe Quiedeville 2003-09-01 19:17:02 +00:00
parent 0536802a42
commit 9b273994f9

View File

@ -20,13 +20,18 @@
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
if (class_exists("PEAR_Info"));
{
@require_once "PEAR/Info.php";
}
llxHeader(); llxHeader();
print_titre("Pear"); print_titre("Pear");
$info = new PEAR_Info(); $info = new PEAR_Info();
$info->getConfig(); $info->getConfig();
//$info->getPackages(); $info->getPackages();
llxFooter(); llxFooter();
?> ?>