diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/squidGuard.xml | 1 |
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 "<pre>"; $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"); |