From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH] index.cgi: correct gpl-accepted in gpl_accepted Date: Mon, 18 Dec 2023 18:14:14 +0100 Message-ID: <663e99b8-b54d-49be-9e4b-29dcce93e9e4@ipfire.org> In-Reply-To: <20231214070733.69426-1-sebastien.gislain@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8557793559687405560==" List-Id: --===============8557793559687405560== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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(-) >=20 > 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 = closed'}/ ){ > $refresh =3D ""; > }elsif ($connstate =3D~ /$Lang::tr{'dod waiting'}/ || -e "${General::swr= oot}/main/refreshindex") { --===============8557793559687405560==--