Commit: 8c52bf1dea377adb4b40c73737ef7ce28fa5b5ca Author: Rasmus Lerdorf <[email protected]> Sat, 28 Sep 2013 01:03:50 -0700 Parents: ea5c505f907821e3f7aa316fad9eb3608851a63f Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=8c52bf1dea377adb4b40c73737ef7ce28fa5b5ca Log: Fix messed up URL here Changed paths: M network/status/api.php Diff: diff --git a/network/status/api.php b/network/status/api.php index 8a04dd7..d385564 100644 --- a/network/status/api.php +++ b/network/status/api.php @@ -91,7 +91,7 @@ if (is_array($geoip_info) && $geoip_info[0] == 'OK') { $html =<<<HTML The node named <b><a href="{$conf[0]}" target="_blank">{$_GET['host']}</a></b> is an <b>{$active}</b> {$mirrortype} php.net mirror serving the community from <b>{$row['name']}</b>. It is sponsored by -<b><a href="http://{$row['providerurl']}/" target="_blank">{$row['providername']}</a></b> and +<b><a href="{$row['providerurl']}" target="_blank">{$row['providername']}</a></b> and primarily maintained by <b>{$maintainer}</b>. Its hostname <b>{$ip_info}</b>. It was last updated <b>{$last_updated}</b>. It is presently running <b>PHP {$conf[1]}</b> with <b>{$sqlites} SQLite</b> available. The node <b>{$stats}</b> have statistics available, and -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
