public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] index.cgi: correct gpl-accepted in gpl_accepted
@ 2023-12-14  7:07 Sebastien GISLAIN
  2023-12-18 17:14 ` Bernhard Bitsch
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien GISLAIN @ 2023-12-14  7:07 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

---
 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 = "<meta http-equiv='refresh' content='5;'>";
 	}elsif ($connstate =~ /$Lang::tr{'dod waiting'}/ || -e "${General::swroot}/main/refreshindex") {
-- 
2.39.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-18 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-14  7:07 [PATCH] index.cgi: correct gpl-accepted in gpl_accepted Sebastien GISLAIN
2023-12-18 17:14 ` Bernhard Bitsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox