diff --git a/src/www/fbegin.inc b/src/www/fbegin.inc index b97ee07d5..2a43d866b 100755 --- a/src/www/fbegin.inc +++ b/src/www/fbegin.inc @@ -285,12 +285,7 @@ if($need_alert_display == true) { echo "

".$display_text."

"; } -/* if upgrade in progress, alert user */ -if(is_subsystem_dirty('packagelock')) { - $pgtitle = array(gettext("System"),gettext("Package Manager")); - print_info_box(gettext("Packages are currently being reinstalled in the background.

Do not make changes in the GUI until this is complete.") . "

firmware update"); -} - $pgtitle_output = true; +$pgtitle_output = true; ?>