diff options
-rw-r--r-- | packages/squidGuard.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/squidGuard.xml b/packages/squidGuard.xml index eac3c582..f48a67be 100644 --- a/packages/squidGuard.xml +++ b/packages/squidGuard.xml @@ -13,9 +13,9 @@ fwrite($fout, "dbhome /var/db/squidGuard\n"); fwrite($fout, "logdir /usr/local/squid/logs\n"); fwrite($fout, "acl {"\n"); - fwrite($fout, "\t default {\n"); - fwrite($fout, "\t pass all\n"); - fwrite($fout, "\t }\n"); + fwrite($fout, "\\t default {\n"); + fwrite($fout, "\\t pass all\n"); + fwrite($fout, "\\t }\n"); fwrite($fout, "}\n"); fclose($fout); $fout = fopen("/usr/local/etc/squid/squid.conf","w"); @@ -30,7 +30,6 @@ exec("/usr/bin/chgrp -R squid /var/db/squidGuard"); exec("/bin/chmod -R 755 /var/db/squidGuard"); system("/usr/local/sbin/squid -k reconfigure"); - filter_configure(); </custom_php_install_command> <custom_php_pre_deinstall_command> </custom_php_pre_deinstall_command> |