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 /server_privileges.php
parent66aa9d23964beb2de9dabeb9afdf734d09ac989f (diff)
Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access.
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 97c18ec58a..80cd6b0c32 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -1200,7 +1200,7 @@ if (isset($viewing_mode) && $viewing_mode == 'db') {
// Gets the database structure
$sub_part = '_structure';
- require('./db_details_db_info.php');
+ require('./libraries/db_details_db_info.inc.php');
echo "\n";
} else {
require('./libraries/server_links.inc.php');