mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
9 lines
235 B
PHP
9 lines
235 B
PHP
<?$mod = GMDate("D, d M Y H:i:s",filemtime("CREDITS"));
|
|
Header("Last-Modified: $mod GMT"); ?>
|
|
<html><head><title>PHP3 Credits</title></head><body>
|
|
<?$title="PHP3 Credits";
|
|
include "header";
|
|
ReadFile("CREDITS");
|
|
?>
|
|
</body></html>
|