diff options
Diffstat (limited to 'web_wizard')
-rwxr-xr-x | web_wizard/Apache.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 6cb7187e..0f28559e 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -48,6 +48,7 @@ my $o = { init => sub { if (-f $file) { open my $FH, $file or die "$! ($file)"; + local $_; while (<$FH>) { if (/^\s*#?\s*DocumentRoot\s+(.*)/) { close($FH); |