Commit: fac9ba813dc32c89d3e475bc159defea8a18c7da Author: Peter Cowburn <[email protected]> Tue, 20 Jan 2015 21:25:16 +0000 Parents: ed446518eff636eb50f21e8bcac4d1852befa008 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fac9ba813dc32c89d3e475bc159defea8a18c7da Log: fix bugstats link Also use https for bugs.php.net [github] closes php/web-php#54 Bugs: https://bugs.php.net/54 Changed paths: M error.php Diff: diff --git a/error.php b/error.php index 419b282..f8aaaa4 100644 --- a/error.php +++ b/error.php @@ -465,8 +465,8 @@ $external_redirects = array( "php56news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.6", "phptrunknews"=> "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/master", "pear" => "http://pear.php.net/", - "bugs" => "http://bugs.php.net/", - "bugstats" => "http://bugs.php.net/bugstats.php", + "bugs" => "https://bugs.php.net/", + "bugstats" => "https://bugs.php.net/stats.php", "phpdochowto" => "http://doc.php.net/tutorial/", "rev" => "http://doc.php.net/revcheck.php?p=graph&lang=$LANG", "release/5_3_0.php" => "/releases/5_3_0.php", // PHP 5.3.0 release announcement had a typo -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
