diff options
Diffstat (limited to '_css/js.php')
-rw-r--r-- | _css/js.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_css/js.php b/_css/js.php index 24e6466fc..30613c18d 100644 --- a/_css/js.php +++ b/_css/js.php @@ -34,7 +34,7 @@ $viewinput['viewtype'] = $_GET['viewtype'];
header('Content-type: text/javascript');
- header('Expires: ' . date('r',time() + 864000));
+ header('Expires: ' . date('r',time() + 864000000));
header("Pragma: public");
header("Cache-Control: public");
// header("Content-Length: " . strlen($return));
|