Translated using Weblate (Ukrainian)
[phpmyadmin.git] / tbl_import.php
blob9a5b908fbb0fc8869bbf4c9122b423f72107df41
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Table import
6 * @package PhpMyAdmin
7 */
8 use PhpMyAdmin\Config\PageSettings;
9 use PhpMyAdmin\Display\Import;
10 use PhpMyAdmin\Response;
12 /**
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');
24 /**
25 * Gets tables information and displays top links
27 require_once 'libraries/tbl_common.inc.php';
28 $url_query .= '&amp;goto=tbl_import.php&amp;back=tbl_import.php';
30 $response->addHTML(
31 Import::getImportDisplay(
32 'table', $db, $table, $max_upload_size