1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

* user system/user config rather than default value

This commit is contained in:
Vincent Blavet
2002-02-13 21:26:39 +00:00
parent 21b04ff2a6
commit dac7d61612
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
$reg = new PEAR_Registry;
$reg = new PEAR_Registry($script_dir);
$installed = $reg->packageInfo();
$i = $j = 0;
heading("Installed packages:");
@@ -17,4 +17,4 @@ foreach ($installed as $package) {
$package['version'], $package['release_state']);
}
?>
?>