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