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.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/_nav/js/index.php b/_nav/js/index.php
new file mode 100644
index 000000000..ed17b0401
--- /dev/null
+++ b/_nav/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