diff options
Diffstat (limited to 'css/index.php')
-rw-r--r-- | css/index.php | 4 |
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'); |