This commit is contained in:
Rodolphe Quiedeville 2003-09-14 10:16:05 +00:00
parent 52ef5d701a
commit 4fbd21c0aa
2 changed files with 10 additions and 6 deletions

View File

@ -22,9 +22,11 @@ require("./pre.inc.php");
llxHeader(); llxHeader();
include_once "PEAR/Info.php"; print "TODO";
$info = new PEAR_Info();
$info->getConfig(); //include_once "PEAR/Info.php";
//$info = new PEAR_Info();
//$info->getConfig();
llxFooter(); llxFooter();
?> ?>

View File

@ -20,12 +20,14 @@
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
require_once "PEAR/Info.php"; //require_once "PEAR/Info.php";
llxHeader(); llxHeader();
$info = new PEAR_Info(); print "TODO";
$info->getPackages();
//$info = new PEAR_Info();
//$info->getPackages();
llxFooter(); llxFooter();
?> ?>