1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 03:02:13 +02:00
Files
archived-web-php/new/index.php3

9 lines
97 B
PHP

<?
require("shared.inc");
commonHeader("PHP3 Main Page");
?>
PHP3 is cool.
<?
commonFooter();
?>