1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 19:52:29 +02:00
Files
archived-web-php/version4/credits.php
1999-07-23 14:35:58 +00:00

17 lines
237 B
PHP

<?
require("shared.inc");
commonHeader("PHP 4.0 Credits");
phpcredits();
?>
<br>
If you've contributed to the PHP project and are missing from these credits, please
<a href="mailto:group@php.net">mail us!</a>
<?
commonFooter();
?>