diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 19:13:11 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 19:13:11 -0500 |
commit | 8381cbd90c990d0b11b55727ed53188fe3106657 (patch) | |
tree | f6cff952215641af00c40eaffcc04d5f79cb648d /config | |
parent | ff63238155a009eeb6e1a2a298a55b2875857b82 (diff) | |
parent | 866f1103c7cea844cced219cbbeacce6b788c54c (diff) | |
download | pfsense-packages-8381cbd90c990d0b11b55727ed53188fe3106657.tar.gz pfsense-packages-8381cbd90c990d0b11b55727ed53188fe3106657.tar.bz2 pfsense-packages-8381cbd90c990d0b11b55727ed53188fe3106657.zip |
Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainline
Diffstat (limited to 'config')
-rw-r--r-- | config/phpsysinfo/phpsysinfo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/phpsysinfo/phpsysinfo.inc b/config/phpsysinfo/phpsysinfo.inc index c5eb4d02..f6b8d264 100644 --- a/config/phpsysinfo/phpsysinfo.inc +++ b/config/phpsysinfo/phpsysinfo.inc @@ -19,7 +19,7 @@ global $config, $g; // link shared libraries // if ((!file_exists("/lib/libm.so.4")) AND (file_exists("/lib/libm.so.5"))) { // exec("ln -s /lib/libm.so.5 /lib/libm.so.4"); - } +// } /* lines need in config.php */ $default_lng = en; |