aboutsummaryrefslogtreecommitdiffstats
path: root/css/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'css/index.php')
-rw-r--r--css/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/index.php b/css/index.php
new file mode 100644
index 0000000..3960012
--- /dev/null
+++ b/css/index.php
@@ -0,0 +1,4 @@
+<?php
+header('Content-Type: text/css;charset=utf-8');
+header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day'))));
+readfile('source.css');