Skip to content

Commit

Permalink
Fix not to use no log
Browse files Browse the repository at this point in the history
$nolog
  • Loading branch information
iliajie committed Nov 20, 2024
1 parent 491b654 commit 95637cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions authentic-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1880,13 +1880,6 @@ sub init
put_miniserv_config(\%tmp_miniserv);
reload_miniserv();
}
my $webpref = "$theme_webprefix/";
my $nologerr = "${webpref}404.cgi ${webpref}403.cgi ${webpref}401.cgi";
if ($tmp_miniserv{'nolog'} ne $nologerr) {
$tmp_miniserv{'nolog'} = $nologerr;
put_miniserv_config(\%tmp_miniserv);
reload_miniserv();
}

# Make sure that config directory exists
theme_make_config_dir();
Expand Down

0 comments on commit 95637cf

Please sign in to comment.