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ř <michal@cihar.com>2017-05-09 18:30:51 +0300
committerMichal Čihař <michal@cihar.com>2017-05-15 10:47:15 +0300
commit941e861abad7ddb0a3065c7ef304b89a899ccbf0 (patch)
treea794eca2b685ed353da440066d73d80b32d09111 /test/bootstrap-dist.php
parentbb26e2e0d96baaeaa7bca99270b50f53cf47decf (diff)
Define major version
This will be later used as compatiblity check for themes. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'test/bootstrap-dist.php')
-rw-r--r--test/bootstrap-dist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index 26896a484c..12acd5f5bf 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -65,6 +65,7 @@ PhpMyAdmin\MoTranslator\Loader::loadFunctions();
$CFG = new PMA\libraries\Config();
// Initialize PMA_VERSION variable
define('PMA_VERSION', $CFG->get('PMA_VERSION'));
+define('PMA_MAJOR_VERSION', $CFG->get('PMA_MAJOR_VERSION'));
unset($CFG);
/* Ensure default langauge is active */