mirror of
https://github.com/php/web-php.git
synced 2026-03-30 19:22:17 +02:00
9 lines
90 B
PHP
9 lines
90 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP Credits");
|
|
|
|
phpcredits();
|
|
|
|
commonFooter();
|
|
?>
|