1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/credits.php3
1997-11-03 22:04:34 +00:00

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>