1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/credits.php
2001-03-08 08:55:13 +00:00

11 lines
142 B
PHP

<?php
require_once 'prepend.inc';
commonHeader("PHP Credits");
print "<p align=\"center\">";
phpcredits();
print "</p>";
commonFooter();
?>