diff --git a/admin/mnet/access_control.php b/admin/mnet/access_control.php index c93dc069d7d..68552aec04b 100644 --- a/admin/mnet/access_control.php +++ b/admin/mnet/access_control.php @@ -117,7 +117,6 @@ if ($form = data_submitted() and confirm_sesskey()) { } echo $OUTPUT->header(); -echo $OUTPUT->render(mnet_get_deprecation_notice()); // Explain echo $OUTPUT->box(get_string('ssoacldescr','mnet')); diff --git a/admin/mnet/index.php b/admin/mnet/index.php index 11a9967c41c..ed4ff7df8a9 100644 --- a/admin/mnet/index.php +++ b/admin/mnet/index.php @@ -81,7 +81,6 @@ $hosts = $DB->get_records_select('mnet_host', "id <> ? AND deleted = 0", array($CFG->mnet_localhost_id), 'wwwroot ASC'); echo $OUTPUT->header(); - echo $OUTPUT->render(mnet_get_deprecation_notice()); ?>