From 5aab24ef173fd7cc7250386a747b754249fd80b7 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Tue, 15 May 2012 11:37:59 +0200 Subject: [PATCH] MDL-32610 config-dist.php has info about $CFG->disableupdatenotifications flag --- config-dist.php | 5 +++++ 1 file changed, 5 insertions(+) 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!!! //=========================================================================