sorry, wrong version checked in
[phpmyadmin/arisferyanto.git] / server_import.php
blobc4ca3a7cfa9a14523ac12a918c3af2f284d05d8c
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 require_once('./libraries/common.lib.php');
7 /**
8 * Does the common work
9 */
10 require('./server_common.inc.php');
13 /**
14 * Displays the links
16 require('./server_links.inc.php');
18 $import_type = 'server';
19 require('./libraries/display_import.lib.php');
20 /**
21 * Displays the footer
23 require('./footer.inc.php');