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:
authorMichal Čihař <mcihar@suse.cz>2013-08-06 17:43:08 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-06 17:44:51 +0400
commitef30133a94f595f6d98d143d02995045d3cc1d25 (patch)
treed72cc30c7e74836d78a5726ac2ab6af00cb0ce89 /server_import.php
parentdeca3cb971a6b0096dc13a5e5f2e00ef4e50dada (diff)
Various coding style fixes
Diffstat (limited to 'server_import.php')
-rw-r--r--server_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_import.php b/server_import.php
index b2fbac7a88..83d27cf7c1 100644
--- a/server_import.php
+++ b/server_import.php
@@ -1,6 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Server import page
*
* @package PhpMyAdmin
*/
@@ -24,4 +25,3 @@ $import_type = 'server';
require 'libraries/display_import.inc.php';
?>
-