1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Javascript changes affect the frontpage too

This commit is contained in:
Hannes Magnusson
2013-12-28 22:00:26 -08:00
parent e7ea447575
commit d83cc645c7

View File

@@ -15,6 +15,7 @@ $timestamps[] = @filemtime("include/prepend.inc");
$timestamps[] = @filemtime("include/pregen-confs.inc");
$timestamps[] = @filemtime("include/pregen-news.inc");
$timestamps[] = @filemtime("include/version.inc");
$timestamps[] = @filemtime("js/common.js");
// The latest of these modification dates is our real Last-Modified date
$timestamp = max($timestamps);