X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Findex.cgi;h=96f5ccd9d97c793c7e8c2034ed44a41d15d3aaae;hp=f227a1703e62c50f6cdd5654cce4223306f8e827;hb=8a5898e747125c4cc289745e99653861dfbd4df8;hpb=d15b4ff72042d4c794824c0cd631c1ec66111f17 diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index f227a1703e..96f5ccd9d9 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -58,7 +58,7 @@ my $connstate = &Header::connectionstatus(); if ($cgiparams{'ACTION'} eq $Lang::tr{'shutdown'} || $cgiparams{'ACTION'} eq $Lang::tr{'reboot'}) { $refresh = ""; -} elsif ($connstate =~ /$Lang::tr{'connecting'}/) { +} elsif ($connstate =~ /$Lang::tr{'connecting'}/ || /$Lang::tr{'connection closed'}/ ){ $refresh = ""; } elsif ($connstate =~ /$Lang::tr{'dod waiting'}/ || -e "${General::swroot}/main/refreshindex") { $refresh = "";