diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 3ad250a98..7c7ea9089 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -182,6 +182,14 @@ $conf['users_page'] = 20; // "options" parameter missing on mail() function execution. $conf['mail_options'] = false; +// check_upgrade_feed: check if there are database upgrade required. Set to +// true, a message will strongly encourage you to upgrade your database if +// needed. +// +// This configuration parameter is set to true in BSF branch and to false +// elsewhere. +$conf['check_upgrade_feed'] = true; + // +-----------------------------------------------------------------------+ // | metadata | // +-----------------------------------------------------------------------+ |