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 'server_sql.php')
-rw-r--r--server_sql.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/server_sql.php b/server_sql.php
index 7ac4c2b479..3188e61a02 100644
--- a/server_sql.php
+++ b/server_sql.php
@@ -1,7 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
-/* $Id$ */
+/**
+ *
+ * @version $Id$
+ */
+/**
+ *
+ */
require_once('./libraries/common.lib.php');
/**