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:
authorMarc Delisle <marc@infomarc.info>2009-07-02 16:12:06 +0400
committerMarc Delisle <marc@infomarc.info>2009-07-02 16:12:06 +0400
commit60536d78e16eced688f29d8cb6a378707bc6ef92 (patch)
tree38eaa5a7cc9282fc548e0f6faa79399ec29bb954 /server_import.php
parent1dae3a15e2f1fa58fd2d63ac651251ef13cef87c (diff)
patch #2798592 [import] Progress bar
Diffstat (limited to 'server_import.php')
-rw-r--r--server_import.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/server_import.php b/server_import.php
index d0ec6872f0..54463788a8 100644
--- a/server_import.php
+++ b/server_import.php
@@ -12,6 +12,12 @@
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';