From: Sebastien GISLAIN Date: Thu, 14 Dec 2023 07:07:33 +0000 (+0100) Subject: index.cgi: correct gpl-accepted in gpl_accepted X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a60842a284e96420d4a9e07e4649cbad85de273;p=people%2Fms%2Fipfire-2.x.git index.cgi: correct gpl-accepted in gpl_accepted Signed-off-by: Arne Fitzenreiter --- diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index c2c0962dcb..adec877cb1 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") {