aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-11 20:17:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-11 20:17:30 +0000
commitd714ef3f75a635b0d3a3e7701da2716fc1d0e729 (patch)
tree85746d973aff999df7412ba30f90799d8b8fe4d5
parent6f6f905337660aabccc81c61cd3f5ef65042ac0f (diff)
downloadpfsense-packages-d714ef3f75a635b0d3a3e7701da2716fc1d0e729.tar.gz
pfsense-packages-d714ef3f75a635b0d3a3e7701da2716fc1d0e729.tar.bz2
pfsense-packages-d714ef3f75a635b0d3a3e7701da2716fc1d0e729.zip
Comment out line that possibly wrecks the config.xml file
-rw-r--r--packages/squid.xml2
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");