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
Colin Viebrock a9af981410 Add require_once 'prepend.inc' back in again.
That's more than a dozen files ... :(
2001-02-06 22:19:02 +00:00

9 lines
95 B
PHP

<?
require_once 'prepend.inc';
commonHeader("PHP Credits");
phpcredits();
commonFooter();
?>