Bugfix
This commit is contained in:
parent
0536802a42
commit
9b273994f9
@ -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();
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user