Files
phpmyadmin/db_import.php
2005-09-26 19:03:11 +00:00

21 lines
326 B
PHP

<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets tables informations and displays top links
*/
require('./db_details_common.php');
require('./db_details_db_info.php');
$import_type = 'database';
require('./libraries/display_import.lib.php');
/**
* Displays the footer
*/
require('./footer.inc.php');
?>