aboutsummaryrefslogtreecommitdiffstats
path: root/js/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-15 17:27:45 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-15 17:27:45 +0000
commitc3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d (patch)
treed8510db545ece075b660dc7f10abc255324787ea /js/index.php
parent54473d1ad4ecd0695c5668698e221d4dc5fa67e4 (diff)
downloadnav-c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d.tar
nav-c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d.tar.gz
nav-c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d.tar.bz2
nav-c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d.tar.xz
nav-c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d.zip
first import; adapted copy of www/_nav/
Diffstat (limited to 'js/index.php')
-rw-r--r--js/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/index.php b/js/index.php
new file mode 100644
index 0000000..ed17b04
--- /dev/null
+++ b/js/index.php
@@ -0,0 +1,6 @@
+<?php
+//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'))));
+readfile('source.js'); \ No newline at end of file