Commit: d83cc645c74c1755e89045ec808705758e2fdf8a Author: Hannes Magnusson <[email protected]> Sat, 28 Dec 2013 22:00:26 -0800 Parents: e7ea447575e398917cb4f135ff5ca02286fe784f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d83cc645c74c1755e89045ec808705758e2fdf8a Log: Javascript changes affect the frontpage too Changed paths: M index.php Diff: diff --git a/index.php b/index.php index 5f3af5b..413028a 100644 --- a/index.php +++ b/index.php @@ -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); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
