Rev 99 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 99 | Rev 104 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | $encoding = 'UTF-8'; |
3 | $encoding = 'UTF-8'; |
4 | header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : "")); |
4 | header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : "")); |
5 | 5 | ||
6 | $modi = max(array( |
6 | $modi = max(array( |
7 | @filemtime(__FILE__), |
7 | @filemtime(__FILE__), |
- | 8 | @filemtime("styles/lcars-basic.css"), |
|
- | 9 | @filemtime("styles/lcars22.css"), |
|
8 | )); |
10 | )); |
9 | 11 | ||
10 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi) . ' GMT'); |
12 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi) . ' GMT'); |
11 | 13 | ||
12 | /* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
|
14 | /* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
|