diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/index.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/html/index.php b/html/index.php index 2de3938..e93080e 100644 --- a/html/index.php +++ b/html/index.php @@ -1,5 +1,20 @@ <?php /** + * mageia.org global nav bar. + * + * PHP version 5.4 + * + * @category Mageia + * @package Mageia\Web\nav + * @author rda <rda@mageia.org> + * @link http://nav.mageia.org/ + * + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2+ + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License aspublished by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. */ $t0 = microtime(); |