Files
phpmyadmin/server_import.php
2005-09-26 19:03:11 +00:00

25 lines
326 B
PHP

<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Does the common work
*/
require('./server_common.inc.php');
/**
* Displays the links
*/
require('./server_links.inc.php');
$import_type = 'server';
require('./libraries/display_import.lib.php');
/**
* Displays the footer
*/
require('./footer.inc.php');
?>