BossBey File Manager
PHP:
7.3.31-1~deb10u1
OS:
Linux
User:
www-data
Root
/
home
/
www
/
inorg
/
coord_old
/
phpmyadmin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: db_details.php
<?php /* $Id: db_details.php,v 2.21 2005/11/18 12:50:49 cybot_tm Exp $ */ // vim: expandtab sw=4 ts=4 sts=4: require_once('./libraries/common.lib.php'); /** * Runs common work */ require('./db_details_common.php'); require_once './libraries/sql_query_form.lib.php'; /** * Gets informations about the database and, if it is empty, move to the * "db_details_structure.php" script where table can be created */ require('./db_details_db_info.php'); if ( $num_tables == 0 && empty( $db_query_force ) ) { $sub_part = ''; $is_info = TRUE; require './db_details_structure.php'; exit(); } /** * Query box, bookmark, insert data from textfile */ PMA_sqlQueryForm(); /** * Displays the footer */ require_once './footer.inc.php'; ?>
Save
Cancel