diff options
author | jim-p <jimp@pfsense.org> | 2010-06-22 11:02:55 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-06-22 11:02:55 -0400 |
commit | c2ef3b20e04d2b70051733df62825a5a444ec136 (patch) | |
tree | 5dca921a657f8aaf2aaeec1328334ce9058d4e43 /config/squid | |
parent | d54efb70285569fef8883458af9bd74958dc8da0 (diff) | |
download | pfsense-packages-c2ef3b20e04d2b70051733df62825a5a444ec136.tar.gz pfsense-packages-c2ef3b20e04d2b70051733df62825a5a444ec136.tar.bz2 pfsense-packages-c2ef3b20e04d2b70051733df62825a5a444ec136.zip |
Remove this check, it doesn't work as intended.
Diffstat (limited to 'config/squid')
-rw-r--r-- | config/squid/squid_cache.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/squid/squid_cache.xml b/config/squid/squid_cache.xml index dcb7e788..2a4b7e3d 100644 --- a/config/squid/squid_cache.xml +++ b/config/squid/squid_cache.xml @@ -209,9 +209,6 @@ </field> </fields> <custom_php_command_before_form> - if (($g['platform'] == "nanobsd") && (!isset($config['installedpackages']['squidcache']['config'][0]['harddisk_cache_system']))) { - $config['installedpackages']['squidcache']['config'][0]['harddisk_cache_system'] = "null"; - } if($_POST['harddisk_cache_size'] != $config['installedpackages']['squidcache']['config'][0]['harddisk_cache_size']) { $needs_dash_z = true; } |