From 5fe9f0f2596ec9da849e8cdf47fc2d76fac5f50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 24 Nov 2005 08:42:20 +0000 Subject: Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access. --- server_privileges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server_privileges.php') 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'); -- cgit v1.2.3