diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ssic.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ssic.pl b/src/ssic.pl index 117864b..f87aa9e 100644 --- a/src/ssic.pl +++ b/src/ssic.pl @@ -115,6 +115,8 @@ sub compile open($input_fh, "<", $input); open($output_fh, ">", $output); + %ENV = (); + $CGI::SSI::DEBUG = 0; $ssi = CGI::SSI->new(); |