aboutsummaryrefslogtreecommitdiffstats
path: root/js/index.php
diff options
context:
space:
mode:
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