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_synchronize.php
parent7245a3bf4d8edc924c26702ee019e14dae8bd50a (diff)
Dropped server_links.inc.php
Diffstat (limited to 'server_synchronize.php')
-rw-r--r--server_synchronize.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/server_synchronize.php b/server_synchronize.php
index ff18b893f6..e7aba3ad43 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -28,11 +28,6 @@ require 'libraries/server_synchronize.lib.php';
@set_time_limit($cfg['ExecTimeLimit']);
/**
- * Displays the links
- */
-require 'libraries/server_links.inc.php';
-
-/**
* Enables warnings on the page
*/
//$cfg['Error_Handler']['display'] = true;