Consider external resources for "last modified" date
| /trunk/index.php |
|---|
| 5,6 → 5,8 |
| $modi = max(array( |
| @filemtime(__FILE__), |
| @filemtime("styles/lcars-basic.css"), |
| @filemtime("styles/lcars22.css"), |
| )); |
| header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi) . ' GMT'); |