diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-11 20:17:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-11 20:17:30 +0000 |
commit | d714ef3f75a635b0d3a3e7701da2716fc1d0e729 (patch) | |
tree | 85746d973aff999df7412ba30f90799d8b8fe4d5 /packages/squid.xml | |
parent | 6f6f905337660aabccc81c61cd3f5ef65042ac0f (diff) | |
download | pfsense-packages-d714ef3f75a635b0d3a3e7701da2716fc1d0e729.tar.gz pfsense-packages-d714ef3f75a635b0d3a3e7701da2716fc1d0e729.tar.bz2 pfsense-packages-d714ef3f75a635b0d3a3e7701da2716fc1d0e729.zip |
Comment out line that possibly wrecks the config.xml file
Diffstat (limited to 'packages/squid.xml')
-rw-r--r-- | packages/squid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/squid.xml b/packages/squid.xml index 661e4cb1..324f3e86 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -41,7 +41,7 @@ conf_mount_rw(); config_lock(); global $config; - if ($_POST[0] == "") $_POST = $config['installedpackages']['package']['squid']['config']; + /* if ($_POST[0] == "") $_POST = $config['installedpackages']['package']['squid']['config']; */ write_squid_static_config(); $fout = fopen("/usr/local/etc/squid/squid.conf", "a"); if ($_POST['cache_size'] != "") fwrite($fout, "cache_mem " . $_POST['cache_size'] . " MB\n"); |