Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access.

This commit is contained in:
Michal Čihař
2005-11-24 08:42:20 +00:00
parent 66aa9d2396
commit 5fe9f0f259
17 changed files with 28 additions and 35 deletions

View File

@@ -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');