blob: 177633acdc3f5864b087a7fe771c31a5ecedeccb [file] [log] [blame]
<?php
header("Content-Type: text/css");
header("Cache-Control: public, max-age=264");
echo ("@import \"imported-stylesheet-varying-according-domain.css.php?domain=127.0.0.1:8000\"");
exit;
?>