mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Added thank you for historical mirrors
This commit is contained in:
22
thanks.php
22
thanks.php
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'thanks.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/historical_mirrors.inc';
|
||||
site_header("Thanks", array("current" => "community"));
|
||||
?>
|
||||
|
||||
@@ -104,11 +105,6 @@ site_header("Thanks", array("current" => "community"));
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<p>
|
||||
And special thanks to all the companies who donate server space and
|
||||
bandwidth to host our international array of
|
||||
<a href="/mirrors.php">mirror sites</a>.
|
||||
</p>
|
||||
|
||||
<h1>Thanks Emeritus</h1>
|
||||
|
||||
@@ -136,6 +132,22 @@ site_header("Thanks", array("current" => "community"));
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
And special thanks to all the companies who donated server space and
|
||||
bandwidth to host our historical international array of mirror sites.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<?php
|
||||
$last_country = '';
|
||||
foreach ($historical_mirrors as $m) {
|
||||
?>
|
||||
<li><?php echo $COUNTRIES[$m[0]]; ?>: <a href='<?php echo $m[3]; ?>'><?php echo $m[2]; ?></a></li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
|
||||
<p>PHP.net is very grateful for all their support.</p>
|
||||
|
||||
<?php site_footer(); ?>
|
||||
|
||||
Reference in New Issue
Block a user