mirror of
https://github.com/php/web-php.git
synced 2026-03-28 17:22:06 +01:00
- made bottom bar taller (logos and flags coming soon) - fixed up shared.inc - moved download function to download page
9 lines
97 B
PHP
9 lines
97 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP3 Main Page");
|
|
?>
|
|
PHP3 is cool.
|
|
<?
|
|
commonFooter();
|
|
?>
|