diff options
-rwxr-xr-x | httpd/cgi-bin/check | 1 | ||||
-rwxr-xr-x | httpd/cgi-bin/sendfeedback.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 1e324df..44b10c8 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -112,6 +112,7 @@ BEGIN { -InterPolateVars => TRUE, -AutoLaunder => TRUE, -AutoTrue => TRUE, + -CComments => FALSE, -DefaultConfig => { Protocols => {Allow => 'http,https'}, Paths => { diff --git a/httpd/cgi-bin/sendfeedback.pl b/httpd/cgi-bin/sendfeedback.pl index 2ab843b..ab639ec 100755 --- a/httpd/cgi-bin/sendfeedback.pl +++ b/httpd/cgi-bin/sendfeedback.pl @@ -44,6 +44,7 @@ BEGIN { -InterPolateVars => TRUE, -AutoLaunder => TRUE, -AutoTrue => TRUE, + -CComments => FALSE, -DefaultConfig => {Paths => {Base => $base,},}, ); my %cfg = Config::General->new(%config_opts)->getall(); |