diff options
Diffstat (limited to 'js/index.php')
-rw-r--r-- | js/index.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/js/index.php b/js/index.php index ed17b04..9373b09 100644 --- a/js/index.php +++ b/js/index.php @@ -1,4 +1,22 @@ <?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. +*/ + //header('Access-Control-Allow-Origin: *'); //header('Access-Control-Allow-Methods: GET'); header('Content-Type: text/javascript;charset=utf-8'); |