From aa9fbaf910c0e1a3465826f9f5483646ab6b819e Mon Sep 17 00:00:00 2001 From: rjcrowder Date: Thu, 3 May 2012 00:12:47 -0300 Subject: Added the set for accessdeniedaddress and uncommented the reportinglevel --- config/dansguardian/dansguardianfx.conf.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dansguardian/dansguardianfx.conf.template b/config/dansguardian/dansguardianfx.conf.template index ccc24f19..c2d10853 100644 --- a/config/dansguardian/dansguardianfx.conf.template +++ b/config/dansguardian/dansguardianfx.conf.template @@ -269,7 +269,7 @@ deepurlanalysis = {$dansguardian_groups['deepurlanalysis']} # If defined, this overrides the global setting in dansguardian.conf for # members of this filter group. # -#reportinglevel = {$dansguardian_groups['reportinglevel']} +reportinglevel = {$dansguardian_groups['reportinglevel']} # accessdeniedaddress is the address of your web server to which the cgi # dansguardian reporting script was copied. Only used in reporting levels @@ -285,7 +285,7 @@ deepurlanalysis = {$dansguardian_groups['deepurlanalysis']} # If defined, this overrides the global setting in dansguardian.conf for # members of this filter group. # -#accessdeniedaddress = 'http://YOURSERVER.YOURDOMAIN/cgi-bin/dansguardian.pl' +accessdeniedaddress = '{$dansguardian_groups['accessdeniedaddress']}' # HTML Template override # If defined, this specifies a custom HTML template file for members of this -- cgit v1.2.3