summaryrefslogtreecommitdiffstats
path: root/src/ssic.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssic.pl')
-rw-r--r--src/ssic.pl2
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();