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