Reviewed-by: Bernhard Bitsch Am 14.12.2023 um 08:07 schrieb Sebastien GISLAIN: > --- > html/cgi-bin/index.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi > index c2c0962dc..adec877cb 100644 > --- a/html/cgi-bin/index.cgi > +++ b/html/cgi-bin/index.cgi > @@ -74,7 +74,7 @@ my %mainsettings = (); > > my $connstate = &Header::connectionstatus(); > > -if ( -e "/var/ipfire/main/gpl-accepted" ) { > +if ( -e "/var/ipfire/main/gpl_accepted" ) { > if ($connstate =~ /$Lang::tr{'connecting'}/ || /$Lang::tr{'connection closed'}/ ){ > $refresh = ""; > }elsif ($connstate =~ /$Lang::tr{'dod waiting'}/ || -e "${General::swroot}/main/refreshindex") {