mirror of
https://github.com/php/web-php.git
synced 2026-03-28 09:12:17 +01:00
We probably want a different icon to put on the upper left instead of the textual PHP3 though
10 lines
267 B
PHP
10 lines
267 B
PHP
<?$mod = GMDate("D, d M Y H:i:s",filemtime("CREDITS"));
|
|
Header("Last-Modified: $mod GMT"); ?>
|
|
<html><head><title>PHP3 Credits</title>
|
|
<?$title="PHP3 Credits";
|
|
include "include/header.inc";
|
|
ReadFile("CREDITS");
|
|
echo "<br>";
|
|
include("include/footer.inc");
|
|
?>
|