diff options
author | plegall <plg@piwigo.org> | 2005-11-24 21:37:29 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-11-24 21:37:29 +0000 |
commit | 935b69d868ecc7d06f8059ff7ac4ca8dc6ad4e30 (patch) | |
tree | f552b3b8bd4f2522615bbb3afebc359ff6ef421e /include/config_default.inc.php | |
parent | a6c4effc7298cadb44e5f0d8120e4e2c0c9292cc (diff) |
- new: system to notify and upgrade database among developers
git-svn-id: http://piwigo.org/svn/trunk@953 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 | // +-----------------------------------------------------------------------+ |