Commit: 04e4f3321dfe743f1a2cddc67100a9c61771fe0b Author: Hannes Magnusson <[email protected]> Mon, 27 Apr 2015 22:56:20 +0000 Parents: 67b2136ef230cbf879607cfff553549455b90614 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=04e4f3321dfe743f1a2cddc67100a9c61771fe0b Log: Don't register www.ccX.php.net, noone expects -- and its not used Changed paths: M fetch/mirrordns.php Diff: diff --git a/fetch/mirrordns.php b/fetch/mirrordns.php index f1f7840..484d78d 100644 --- a/fetch/mirrordns.php +++ b/fetch/mirrordns.php @@ -46,7 +46,6 @@ if (@mysql_connect("localhost","nobody","")) { // Print out DNS update code echo $firstChar . $row['hostname'] . ':' . $row['cname'] . "\n"; - echo $firstChar . 'www.' . $row['hostname'] . ':' . $row['cname'] . "\n"; } } } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
