aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-10 19:51:28 +0000
committerColin Smith <colin@pfsense.org>2005-04-10 19:51:28 +0000
commit6f105683f752f8beac8e4b530544f5b89187b9ae (patch)
tree78ff45db3a0489d9c246a929074e2da813a926cd
parent9bb1f65a5d11e33ec0b384b5b1906113f7df714c (diff)
downloadpfsense-packages-6f105683f752f8beac8e4b530544f5b89187b9ae.tar.gz
pfsense-packages-6f105683f752f8beac8e4b530544f5b89187b9ae.tar.bz2
pfsense-packages-6f105683f752f8beac8e4b530544f5b89187b9ae.zip
custom_php_install_command is eval()'ed by PHP - we don't need HTML tags.
-rw-r--r--packages/squidGuard.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/squidGuard.xml b/packages/squidGuard.xml
index 8622bfe7..4386d5b5 100644
--- a/packages/squidGuard.xml
+++ b/packages/squidGuard.xml
@@ -3,7 +3,6 @@
<name>squidGuard</name>
<configpath>installedpackages->package->$packagename->configuration->settings</configpath>
<custom_php_install_command>
- echo "&lt;pre&gt;";
$fout = fopen("/usr/local/etc/squid/squidGuard.conf","w");
fwrite($fout, "# This configuration was generated by the pfSense package manager.\n");
fwrite($fout, "# cat squidGuard.conf\n\n");