diff --git a/config/rootfiles/oldcore/182/filelists/files b/config/rootfiles/oldcore/182/filelists/files index 6ed086324..ee7ddacc7 100644 --- a/config/rootfiles/oldcore/182/filelists/files +++ b/config/rootfiles/oldcore/182/filelists/files @@ -253,6 +253,7 @@ lib/firmware/rtw89/rtw8851b_fw.bin lib/firmware/rtw89/rtw8852b_fw-1.bin srv/web/ipfire/cgi-bin/connections.cgi srv/web/ipfire/cgi-bin/dhcp.cgi +srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/tor.cgi usr/lib/libgcc_s.so.1 usr/lib/libstdc++.so.6 diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index 2d9697a65..bc1c1639e 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -79,8 +79,8 @@ Timo Eissler, Ben Schweikert, Daniel Weismüller, Peter Pfeiffer, -Daniel Glanzmann, Robin Roevens, +Daniel Glanzmann, Heiner Schmeling, Stephan Feddersen, Stéphane Pautrel, @@ -118,6 +118,7 @@ Jakub Ratajczak, Jorrit de Jonge, Przemek Zdroik, Roberto Peña, +Sebastien GISLAIN, Alexander Rudolf Gruber, Andrew Bellows, Axel Gembe, 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 = ""; }elsif ($connstate =~ /$Lang::tr{'dod waiting'}/ || -e "${General::swroot}/main/refreshindex") {