From: P. J. McDermott Date: Sun, 22 Sep 2013 18:45:50 +0000 (-0400) Subject: Clean environment. X-Git-Tag: ssic/1.0.0~38 X-Git-Url: https://jxself.org/git/?p=ssic.git;a=commitdiff_plain;h=4a6dbfd99444de6e7cb30934378294ac135d9c76;ds=sidebyside Clean environment. --- 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();