projects
/
ssic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20be67f
)
Clean environment.
author
P. J. McDermott
<pjm@nac.net>
Sun, 22 Sep 2013 18:45:50 +0000
(14:45 -0400)
committer
P. J. McDermott
<pjm@nac.net>
Sun, 22 Sep 2013 18:45:50 +0000
(14:45 -0400)
src/ssic.pl
patch
|
blob
|
history
diff --git
a/src/ssic.pl
b/src/ssic.pl
index 117864b81bceb95982121cecb9715bc93f10b2a4..f87aa9e5df96af57219a219e4a3a704aa5fe0781 100644
(file)
--- 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();