From f0b33ddecf33602198e5ae44b0a5ee07060a689c Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Wed, 20 Dec 2006 19:42:10 +0000 Subject: Fix throttle extension syntax. --- packages/squid/squid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/squid') diff --git a/packages/squid/squid.inc b/packages/squid/squid.inc index 3d0e36b8..77473e65 100644 --- a/packages/squid/squid.inc +++ b/packages/squid/squid.inc @@ -620,7 +620,7 @@ EOD; $contents .= "\.$ext\$\n"; file_put_contents(SQUID_ACLDIR . '/throttle_exts.acl', $contents); - $conf .= 'acl throttle_exts url_regex -i "' . SQUID_ACLDIR . '/throttle_exts.acl\n"'; + $conf .= "acl throttle_exts url_regex -i \"" . SQUID_ACLDIR . "/throttle_exts.acl\"\n"; $conf .= "delay_access 1 allow throttle_exts\n"; $conf .= "delay_access 1 deny all\n"; } -- cgit v1.2.3