3 // vim: expandtab sw=4 ts=4 sts=4:
5 require_once('./libraries/common.lib.php');
10 require('./libraries/db_details_common.inc.php');
11 require_once './libraries/sql_query_form.lib.php';
14 * Gets informations about the database and, if it is empty, move to the
15 * "db_details_structure.php" script where table can be created
17 require('./libraries/db_details_db_info.inc.php');
18 if ( $num_tables == 0 && empty( $db_query_force ) ) {
21 require './db_details_structure.php';
26 * Query box, bookmark, insert data from textfile
33 require_once './libraries/footer.inc.php';