Do not make changes in the GUI until this is complete."); } 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; } } }