diff options
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; } |