diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-15 17:27:45 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-15 17:27:45 +0000 |
commit | c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d (patch) | |
tree | d8510db545ece075b660dc7f10abc255324787ea /css/index.php | |
parent | 54473d1ad4ecd0695c5668698e221d4dc5fa67e4 (diff) | |
download | nav-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 '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'); |