diff options
Diffstat (limited to '_css/css.php')
-rw-r--r-- | _css/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_css/css.php b/_css/css.php index b079e5673..20d76a25f 100644 --- a/_css/css.php +++ b/_css/css.php @@ -32,7 +32,7 @@ $viewinput['view'] = 'css';
$viewinput['viewtype'] = $_GET['viewtype'];
- $override = true;
+ //$override = true;
header("Content-type: text/css", true);
header('Expires: ' . date('r',time() + 86400000), true);
|