Add closing HTML tags.
[phpmyadmin/lorilee.git] / server_import.php
blobe7a9118948358ea446528aa2241d1229fc2ed385
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @package phpMyAdmin
6 */
8 /**
11 require_once './libraries/common.inc.php';
13 /**
14 * Does the common work
16 require './libraries/server_common.inc.php';
19 /**
20 * Displays the links
22 require './libraries/server_links.inc.php';
24 $import_type = 'server';
25 require './libraries/display_import.lib.php';
26 /**
27 * Displays the footer
29 require './libraries/footer.inc.php';