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>2012-06-01 16:30:48 +0400
committerMichal Čihař <mcihar@suse.cz>2012-06-01 16:36:04 +0400
commitfe9de9d568fdc28ebc920a9e8f6a1258e35fcf90 (patch)
treee9339e132f963ee422ad8ff52ee22315b46cd35d /url.php
parentde3ca4f33b13fcd63df5afd5f234a9ed3cbd6e94 (diff)
Add missing @package tag
Diffstat (limited to 'url.php')
-rw-r--r--url.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/url.php b/url.php
index 56cce845ce..b1480a2e49 100644
--- a/url.php
+++ b/url.php
@@ -2,6 +2,8 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* URL redirector to avoid leaking Referer with some sensitive information.
+ *
+ * @package PhpMyAdmin
*/
/**