diff --git a/config-dist.php b/config-dist.php index 4b3534fa32b..b342ddcfce3 100644 --- a/config-dist.php +++ b/config-dist.php @@ -431,6 +431,11 @@ $CFG->admin = 'admin'; // // $CFG->cssoptimiserpretty = true; // +// Use the following flag to completely disable the Available update notifications +// feature and hide it from the server administration UI. +// +// $CFG->disableupdatenotifications = true; +// //========================================================================= // 8. SETTINGS FOR DEVELOPMENT SERVERS - not intended for production use!!! //=========================================================================