aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid/squid_cache.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-06-22 11:02:55 -0400
committerjim-p <jimp@pfsense.org>2010-06-22 11:02:55 -0400
commitc2ef3b20e04d2b70051733df62825a5a444ec136 (patch)
tree5dca921a657f8aaf2aaeec1328334ce9058d4e43 /config/squid/squid_cache.xml
parentd54efb70285569fef8883458af9bd74958dc8da0 (diff)
downloadpfsense-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/squid_cache.xml')
-rw-r--r--config/squid/squid_cache.xml3
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;
}