We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aad405 commit efc5fd2Copy full SHA for efc5fd2
1 file changed
authentic-lib.pl
@@ -1872,8 +1872,8 @@ sub init
1872
get_miniserv_config(\%tmp_miniserv);
1873
my $nolog = quotemeta('/stats.cgi?xhr-stats=general');
1874
$nolog =~ s/\\ / /g;
1875
- if ($tmp_miniserv{'nolog'} ne $nolog) {
1876
- $tmp_miniserv{'nolog'} = $nolog;
+ if ($tmp_miniserv{'nolog'} eq $nolog) {
+ delete($tmp_miniserv{'nolog'});
1877
put_miniserv_config(\%tmp_miniserv);
1878
reload_miniserv();
1879
}
0 commit comments