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 'setup/frames/servers.inc.php')
-rw-r--r--setup/frames/servers.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup/frames/servers.inc.php b/setup/frames/servers.inc.php
index ea1f45ee0c..a5703aef2f 100644
--- a/setup/frames/servers.inc.php
+++ b/setup/frames/servers.inc.php
@@ -47,4 +47,3 @@ foreach ($forms['Servers'] as $form_name => $form) {
$form_display->registerForm($form_name, $form, $id);
}
PMA_Process_formset($form_display);
-?>