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>2009-03-03 16:54:37 +0300
committerMichal Čihař <michal@cihar.com>2009-03-03 16:54:37 +0300
commita2d9d8308c5c63a5c7360352043fd29c00cee6a3 (patch)
tree512b3ccfdcbeb72646bf6d24c43c6357a26d9140 /chk_rel.php
parent8e607841f97fd79e7c162a0d788809924e6afa1b (diff)
rfe #1731967 Check for relations support on main page.
Diffstat (limited to 'chk_rel.php')
-rw-r--r--chk_rel.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/chk_rel.php b/chk_rel.php
index 6c2ad81bf6..f95d45bdac 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -10,7 +10,8 @@
* Gets some core libraries
*/
require_once './libraries/common.inc.php';
-require_once './libraries/db_common.inc.php';
+$GLOBALS['js_include'][] = 'functions.js';
+require_once './libraries/header.inc.php';
require_once './libraries/relation.lib.php';