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>2005-11-24 11:42:20 +0300
committerMichal Čihař <michal@cihar.com>2005-11-24 11:42:20 +0300
commit5fe9f0f2596ec9da849e8cdf47fc2d76fac5f50c (patch)
tree1301168514bcdcf2fa7764a4c5212d0ab21b593f /chk_rel.php
parent66aa9d23964beb2de9dabeb9afdf734d09ac989f (diff)
Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access.
Diffstat (limited to 'chk_rel.php')
-rw-r--r--chk_rel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/chk_rel.php b/chk_rel.php
index 691b05a102..2fde84e222 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -7,7 +7,7 @@
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
-require_once('./db_details_common.php');
+require_once('./libraries/db_details_common.inc.php');
require_once('./libraries/relation.lib.php');