1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 11:12:09 +02:00
Files
archived-web-php/thanks.php
Colin Viebrock f6c60bc2f1 make search bars match manual bars
remove table layout from thanks page
2001-03-09 00:20:22 +00:00

29 lines
735 B
PHP

<?
require_once 'prepend.inc';
commonHeader("Thanks");
?>
<h1>Thanks</h1>
<p>
<? print_link("http://chek.com/", "Chek.com"); ?> provides the server and
bandwidth that run the main www.php.net mirror site.
</p>
<p>
<? print_link("http://www.easydns.com/?V=698570efeb62a6e2", "easyDNS"); ?> provides
DNS services for the php.* domains.
</p>
<p>
<? print_link("http://valinux.com/", "VA Linux Systems"); ?> provides the server and
bandwidth that run the PHP mailing lists, CVS server, snapshot site and a number of other services.
</p>
<p>
And special thanks to all the companies who donate server space and bandwidth to host
our international array of <? print_link("/mirrors.php", "mirror sites");?>.
</p>
<? commonFooter(); ?>