From f7fd8d39c8c538d07bf5cf60d37866beacafa4dc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 1 Sep 2003 19:22:29 +0000 Subject: [PATCH] Ajout du require --- htdocs/admin/system/pear.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/htdocs/admin/system/pear.php b/htdocs/admin/system/pear.php index 988943c117f..2bf05380343 100644 --- a/htdocs/admin/system/pear.php +++ b/htdocs/admin/system/pear.php @@ -20,18 +20,12 @@ */ require("./pre.inc.php"); -if (class_exists("PEAR_Info")); -{ - @require_once "PEAR/Info.php"; -} +require_once "PEAR/Info.php"; llxHeader(); -print_titre("Pear"); - $info = new PEAR_Info(); $info->getConfig(); -$info->getPackages(); llxFooter(); ?>