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:
authorRouslan Placella <rouslan@placella.com>2012-05-01 01:24:07 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-05 19:44:27 +0400
commit7b85c709a85ad582cf00e27f1a50f2610f5ee0dc (patch)
tree4c67c7febfadcb2df9f1aea6ce25e75e12b24b62 /server_export.php
parent7245a3bf4d8edc924c26702ee019e14dae8bd50a (diff)
Dropped server_links.inc.php
Diffstat (limited to 'server_export.php')
-rw-r--r--server_export.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/server_export.php b/server_export.php
index fa14bbb058..3f5d50b7cf 100644
--- a/server_export.php
+++ b/server_export.php
@@ -9,14 +9,10 @@
* Does the common work
*/
require_once 'libraries/common.inc.php';
+require 'libraries/server_common.inc.php';
$GLOBALS['js_include'][] = 'export.js';
-/**
- * Displays the links
- */
-require 'libraries/server_links.inc.php';
-
$export_page_title = __('View dump (schema) of databases') . "\n";
$checkall_url = 'server_export.php?'
. PMA_generate_common_url()