Translation update done using Pootle.
[phpmyadmin/bananer.git] / server_import.php
blob6406652529c6bc96ee9fb8112d88c042f97cbd10
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 * @package phpMyAdmin
7 */
9 /**
12 require_once './libraries/common.inc.php';
14 /**
15 * Load mootools for upload progress bar
17 $GLOBALS['js_include'][] = 'mootools-more.js';
20 /**
21 * Does the common work
23 require './libraries/server_common.inc.php';
26 /**
27 * Displays the links
29 require './libraries/server_links.inc.php';
31 $import_type = 'server';
32 require './libraries/display_import.lib.php';
33 /**
34 * Displays the footer
36 require './libraries/footer.inc.php';