aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/34/squid_cache.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/squid3/34/squid_cache.xml')
-rwxr-xr-xconfig/squid3/34/squid_cache.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/config/squid3/34/squid_cache.xml b/config/squid3/34/squid_cache.xml
index ff861897..a5e73f80 100755
--- a/config/squid3/34/squid_cache.xml
+++ b/config/squid3/34/squid_cache.xml
@@ -175,7 +175,7 @@
<fieldname>ext_cachemanager</fieldname>
<description>
<![CDATA[
- Enter the IPs for the external <a href="http://wiki.squid-cache.org/Features/CacheManager">Cache Managers</a> to be granted access to this proxy.
+ Enter the IPs for the external <a href="http://wiki.squid-cache.org/Features/CacheManager">Cache Managers</a> to be granted access to this proxy.<br/>
<strong>Note: Separate entries by semi-colons (;)</strong>
]]>
</description>
@@ -403,22 +403,10 @@
<encoding>base64</encoding>
</field>
</fields>
- <custom_php_command_before_form>
- <![CDATA[
- if ($_POST['harddisk_cache_size'] != $config['installedpackages']['squidcache']['config'][0]['harddisk_cache_size']) {
- $needs_dash_z = true;
- }
- ]]>
- </custom_php_command_before_form>
<custom_php_validation_command>
squid_validate_cache($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
- <![CDATA[
squid_resync();
- if ($needs_dash_z) {
- squid_dash_z();
- }
- ]]>
</custom_php_resync_config_command>
</packagegui>