diff options
Diffstat (limited to '_css')
-rw-r--r-- | _css/css.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_css/css.php b/_css/css.php index 7030bf174..7d0821376 100644 --- a/_css/css.php +++ b/_css/css.php @@ -28,10 +28,12 @@ define('externalpage',true);
- global $viewinput;
+ global $viewinput, $override;
$viewinput['view'] = 'css';
$viewinput['viewtype'] = $_GET['viewtype'];
+ $override = true;
+
header("Content-type: text/css", true);
header('Expires: ' . date('r',time() + 864000), true);
header("Pragma: public", true);
|