1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Some more cosmetics...

This commit is contained in:
Gabor Hojtsy
2001-07-08 11:33:39 +00:00
parent 63b6cb4521
commit d291d45a73
2 changed files with 11 additions and 10 deletions

View File

@@ -1,14 +1,15 @@
<?php
require_once 'prepend.inc';
if (isset($REDIRECT)) {
header("Location: $country$FROM");
exit;
}
commonHeader("Mirrors Page");
?>
<h1>
Mirror Sites
</h1>
<h1>Mirror Sites</h1>
<p>
Here you can find more information about the mirrors
of php.net. Pick a mirror site close to you, or visit
@@ -43,6 +44,5 @@ the provider's homepage:
If you are interested in hosting a mirror of this site,
<?php print_link("/README.mirror", "here's how"); ?>.
</p>
<?php
commonFooter();
?>
<?php commonFooter(); ?>