The branch, master has been updated via 4bbdebe22e5eb62cffbcfa0619713fff25c02734 (commit) from 40ddb5031e4c404a53c6f08ffbe16e073305d895 (commit)
- Log ----------------------------------------------------------------- commit 4bbdebe22e5eb62cffbcfa0619713fff25c02734 Author: Michal Čihař mcihar@suse.cz Date: Tue Jun 21 11:34:06 2011 +0200
Add phpdoc
-----------------------------------------------------------------------
Summary of changes: themes/svg_gradient.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/themes/svg_gradient.php b/themes/svg_gradient.php index a5d89c6..c8f9ae8 100644 --- a/themes/svg_gradient.php +++ b/themes/svg_gradient.php @@ -1,4 +1,9 @@ <?php +/** + * Theme based generator for SVG gradient. + * + * @package phpMyAdmin-theme + */ header('Content-Type: image/svg+xml'); header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 3600) . ' GMT');
hooks/post-receive