mirror of
https://github.com/php/web-php.git
synced 2026-03-31 19:52:29 +02:00
17 lines
237 B
PHP
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();
|
|
?>
|