1
0
mirror of https://github.com/php/web-php.git synced 2026-04-27 17:03:25 +02:00

Stick a Last-Modified header on the front page as well

This commit is contained in:
Rasmus Lerdorf
1999-09-05 21:14:05 +00:00
parent de9b51d788
commit 852d4f4077
+1 -1
View File
@@ -3,7 +3,7 @@ if (isset($SERVER_NAME) && $SERVER_NAME=="www.php3.net") {
Header("Location: http://www.php.net/");
exit;
}
Header("Last-Modified: ".gmdate("D, d M Y H:i:s",filemtime($SCRIPT_FILENAME))." GMT");
require("shared.inc");
commonHeader("PHP: Hypertext Preprocessor");
echo "\n<!--$MYSITE-->\n";