From 0a60842a284e96420d4a9e07e4649cbad85de273 Mon Sep 17 00:00:00 2001 From: Sebastien GISLAIN Date: Thu, 14 Dec 2023 08:07:33 +0100 Subject: [PATCH] index.cgi: correct gpl-accepted in gpl_accepted Signed-off-by: Arne Fitzenreiter --- 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 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") { -- 2.39.5