mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
11 lines
142 B
PHP
11 lines
142 B
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
commonHeader("PHP Credits");
|
|
|
|
print "<p align=\"center\">";
|
|
phpcredits();
|
|
print "</p>";
|
|
|
|
commonFooter();
|
|
?>
|