diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-11-26 15:12:57 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-11-26 15:12:57 -0200 |
commit | 61560da14127557036e52d0e5c280a372627c130 (patch) | |
tree | 48e407f0bfc49835390d5eca168c617e7528d203 /config | |
parent | 35abadada204d0a9cf32ba5dd3dc32e7b7b5b54f (diff) | |
download | pfsense-packages-61560da14127557036e52d0e5c280a372627c130.tar.gz pfsense-packages-61560da14127557036e52d0e5c280a372627c130.tar.bz2 pfsense-packages-61560da14127557036e52d0e5c280a372627c130.zip |
squid3 - fix a typo on squid_reverse inc file
Diffstat (limited to 'config')
-rw-r--r-- | config/squid-reverse/squid_reverse.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/squid_reverse.inc b/config/squid-reverse/squid_reverse.inc index 21b6c668..81d1c8f9 100644 --- a/config/squid-reverse/squid_reverse.inc +++ b/config/squid-reverse/squid_reverse.inc @@ -133,7 +133,7 @@ function squid_resync_reverse() { array_push($owa_dirs,'owa','exchange','public','exchweb','ecp','OAB'); if($settings['reverse_owa_activesync']) array_push($owa_dirs,'Microsoft-Server-ActiveSync'); - if($settngs['reverse_owa_rpchttp']) + if($settings['reverse_owa_rpchttp']) array_push($owa_dirs,'rpc/rpcproxy.dll','rpcwithcert/rpcproxy.dll'); if($settings['reverse_owa_autodiscover']) array_push($owa_dirs,'autodiscover'); |