Do not make changes in the GUI until this is complete."); $info_text .= gettext("
If the above message is still displayed after a couple of hours, use the 'Clear Package Lock' button on the Backup/Restore page and reinstall packages manually."); } print_info_box($info_text); } $pgtitle_output = true; /* If this page is being remotely managed then do not allow the loading of the contents. */ if ($config['remote_managed_pages']['item']) { foreach ($config['remote_managed_pages']['item'] as $rmp) { if ($rmp == $_SERVER['SCRIPT_NAME']) { print_info_box_np("This page is currently being managed by a remote machine."); include("foot.inc"); exit; } } } // Modal notices window // The notices modal needs to be outside of the page display div or things get messy if (are_notices_pending()):?>