Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db_import.php')
-rw-r--r--db_import.php33
1 files changed, 0 insertions, 33 deletions
diff --git a/db_import.php b/db_import.php
deleted file mode 100644
index 37c3158aed..0000000000
--- a/db_import.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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';
-
-/**
- * Gets tables informations and displays top links
- */
-require './libraries/db_common.inc.php';
-require './libraries/db_info.inc.php';
-
-$import_type = 'database';
-require './libraries/display_import.lib.php';
-
-/**
- * Displays the footer
- */
-require './libraries/footer.inc.php';
-?>
-