From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien GISLAIN To: development@lists.ipfire.org Subject: [PATCH] index.cgi: correct gpl-accepted in gpl_accepted Date: Thu, 14 Dec 2023 08:07:33 +0100 Message-ID: <20231214070733.69426-1-sebastien.gislain@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2950787689822573092==" List-Id: --===============2950787689822573092== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable --- 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 =3D (); =20 my $connstate =3D &Header::connectionstatus(); =20 -if ( -e "/var/ipfire/main/gpl-accepted" ) { +if ( -e "/var/ipfire/main/gpl_accepted" ) { if ($connstate =3D~ /$Lang::tr{'connecting'}/ || /$Lang::tr{'connection clo= sed'}/ ){ $refresh =3D ""; }elsif ($connstate =3D~ /$Lang::tr{'dod waiting'}/ || -e "${General::swroot= }/main/refreshindex") { --=20 2.39.2 --===============2950787689822573092==--