mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
39 lines
1.0 KiB
PHP
39 lines
1.0 KiB
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
commonHeader("Thanks");
|
|
?>
|
|
|
|
<h1>Thanks</h1>
|
|
|
|
<p>
|
|
<?php print_link("http://www.synacor.com/", "Synacor"); ?> provides the servers and
|
|
bandwidth that run the main www.php.net mirror site and other services.
|
|
</p>
|
|
|
|
<p>
|
|
<?php print_link("http://www.easydns.com/?V=698570efeb62a6e2", "easyDNS"); ?> provides
|
|
DNS services for the php.* domains.
|
|
</p>
|
|
|
|
<p>
|
|
<?php print_link("http://promote.pair.com/direct.pl?php.net", "pair Networks"); ?> provides
|
|
the servers and bandwidth for CVS and mailing list services.
|
|
</p>
|
|
|
|
<p>
|
|
<?php print_link("http://www.rackspace.com/", "Rackspace"); ?> provides
|
|
the server and bandwidth for various php.net services.
|
|
</p>
|
|
|
|
<p>
|
|
<?php print_link("http://vasoftware.com/", "VA Software Corporation"); ?> provides
|
|
the server and bandwidth that run various services for php.net.
|
|
</p>
|
|
|
|
<p>
|
|
And special thanks to all the companies who donate server space and bandwidth to host
|
|
our international array of <?php print_link("/mirrors.php", "mirror sites");?>.
|
|
</p>
|
|
|
|
<?php commonFooter(); ?>
|