aboutsummaryrefslogtreecommitdiffstats
path: root/_nav/js/index.php
diff options
context:
space:
mode:
Diffstat (limited to '_nav/js/index.php')
-rw-r--r--_nav/js/index.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/_nav/js/index.php b/_nav/js/index.php
deleted file mode 100644
index a9a07a3ca..000000000
--- a/_nav/js/index.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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');
-header(sprintf('Expires: %s', gmdate('r', strtotime('+2 day'))));
-echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('source.js'));