Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2011-02-02 16:37:05 +0300
committerMichal Čihař <mcihar@novell.com>2011-02-02 16:38:10 +0300
commitb1fe08fa9222df068fb471a69af65bc0fe46fe47 (patch)
tree8e51c22b18dd36c124f4284ea40b7e0e4a8825ec /libraries/vendor_config.php
parent42c8e651398eb1267c616499c895f5a81e0f978a (diff)
Add version check to vendor configuration.
This is something what most Linux distributions will want to disable, so give it to place where this customisation should happen.
Diffstat (limited to 'libraries/vendor_config.php')
-rw-r--r--libraries/vendor_config.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/vendor_config.php b/libraries/vendor_config.php
index 5cea609646..41f7c233fc 100644
--- a/libraries/vendor_config.php
+++ b/libraries/vendor_config.php
@@ -54,4 +54,9 @@ define('CUSTOM_HEADER_FILE', CONFIG_DIR . 'config.header.inc.php');
* Filename of custom footer file.
*/
define('CUSTOM_FOOTER_FILE', CONFIG_DIR . 'config.footer.inc.php');
+
+/**
+ * Default value for check for version upgrades.
+ */
+define('VERSION_CHECK_DEFAULT', true);
?>