aboutsummaryrefslogtreecommitdiffstats
path: root/css/index.php
blob: 3960012fc2329797d413ef4c4903a1cd60408085 (plain)
1
2
3
4
<?php
header('Content-Type: text/css;charset=utf-8');
header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day'))));
readfile('source.css');