Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
phpMyAdmin-3.3.10.5-all-languages
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/phpMyAdmin-3.3.10.5-all-languages/server_import.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * * @version $Id$ * @package phpMyAdmin */ /** * */ require_once './libraries/common.inc.php'; /** * Load mootools for upload progress bar */ $GLOBALS['js_include'][] = 'mootools.js'; /** * Does the common work */ require './libraries/server_common.inc.php'; /** * Displays the links */ require './libraries/server_links.inc.php'; $import_type = 'server'; require './libraries/display_import.lib.php'; /** * Displays the footer */ require './libraries/footer.inc.php'; ?>