From 24d3822f82b971bc54a3fee166e2155e3e07afe0 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sun, 8 Sep 2024 16:19:45 +0000 Subject: [PATCH] WebUI: remove ipfire release update info User should not update ipfire because that would remove all BPFire eBPF applications Signed-off-by: Vincent Li --- html/cgi-bin/index.cgi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 65773244c..cc8a5e82c 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -604,11 +604,6 @@ if ($warnmessage) { &Header::closebox(); } -my %coredb = &Pakfire::coredbinfo(); -if (defined $coredb{'AvailableRelease'}) { - print "


$Lang::tr{'core notice 1'} $coredb{'Release'} $Lang::tr{'core notice 2'} $coredb{'AvailableRelease'} $Lang::tr{'core notice 3'}"; -} - if ( -e "/var/run/need_reboot" ) { print "
"; print "

$Lang::tr{'needreboot'}!";