diff options
Diffstat (limited to '_css')
-rw-r--r-- | _css/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_css/css.php b/_css/css.php index 33a5305ed..30b179d16 100644 --- a/_css/css.php +++ b/_css/css.php @@ -12,6 +12,9 @@ */
header("Content-type: text/css");
+ header('Expires: ' . date('r',time() + 864000));
+ header("Pragma: public");
+ header("Cache-Control: public");
require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
|