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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user