1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 09:12:17 +01:00
Files
archived-web-php/credits.php3
Zeev Suraski b2416fde65 Moved powered-by icon back to the bottom.
We probably want a different icon to put on the upper left instead of the textual PHP3 though
1997-12-20 22:55:18 +00:00

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");
?>