2 /* vim: set expandtab sw=4 ts=4 sts=4: */
8 use PhpMyAdmin\Config\PageSettings
;
9 use PhpMyAdmin\Display\Import
;
10 use PhpMyAdmin\Response
;
15 require_once 'libraries/common.inc.php';
17 PageSettings
::showGroup('Import');
19 $response = Response
::getInstance();
20 $header = $response->getHeader();
21 $scripts = $header->getScripts();
22 $scripts->addFile('import.js');
25 * Gets tables information and displays top links
27 require_once 'libraries/tbl_common.inc.php';
28 $url_query .= '&goto=tbl_import.php&back=tbl_import.php';
31 Import
::getImportDisplay(
32 'table', $db, $table, $max_upload_size