diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/phpsysinfo/phpsysinfo.inc | 4 | ||||
-rw-r--r-- | config/phpsysinfo/phpsysinfo.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/phpsysinfo/phpsysinfo.inc b/config/phpsysinfo/phpsysinfo.inc index 403b0f97..0db2a75a 100644 --- a/config/phpsysinfo/phpsysinfo.inc +++ b/config/phpsysinfo/phpsysinfo.inc @@ -13,7 +13,7 @@ global $config, $g; conf_mount_rw(); config_lock(); exec("cd .."); - exec("tar -xzvf /usr/local/pkg/phpsysinfo-2.5.3.tgz"); + exec("tar -xzvf /usr/local/pkg/phpsysinfo-2.5.4.tar.gz"); // link shared libraries if ((!file_exists("/lib/libm.so.4")) AND (file_exists("/lib/libm.so.5"))) { @@ -156,4 +156,4 @@ fclose($hf); conf_mount_ro(); config_unlock(); } -?>
\ No newline at end of file +?> diff --git a/config/phpsysinfo/phpsysinfo.xml b/config/phpsysinfo/phpsysinfo.xml index ab3d2217..1cc072fb 100644 --- a/config/phpsysinfo/phpsysinfo.xml +++ b/config/phpsysinfo/phpsysinfo.xml @@ -75,7 +75,7 @@ <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0644</chmod> - <item>http://files.pfsense.org/packages/All/phpsysinfo-2.5.3.tgz</item> + <item>http://www.pfsense.com/packages/config/phpsysinfo/bin/phpsysinfo-2.5.4.tar.gz</item> </additional_files_needed> <fields> <field> |