1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 10:42:23 +02:00
Files
archived-web-php/thanks.php
2001-12-15 14:04:40 +00:00

39 lines
1016 B
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://www.pair.com/", "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(); ?>