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();
include_once "PEAR/Info.php";
$info = new PEAR_Info();
$info->getConfig();
print "TODO";
//include_once "PEAR/Info.php";
//$info = new PEAR_Info();
//$info->getConfig();
llxFooter();
?>

View File

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