Commit: 9028f9ae335f8c82212d4ce3c3a9de3ab6f783e1 Author: Sobak <[email protected]> Thu, 18 Sep 2014 12:38:19 +0200 Parents: d0ae782e7ad82cc7ad0f64599c383fc0d4c08b29 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9028f9ae335f8c82212d4ce3c3a9de3ab6f783e1 Log: Remove 9-year old BC redirect Changed paths: M error.php Diff: diff --git a/error.php b/error.php index bf1460b..b081505 100644 --- a/error.php +++ b/error.php @@ -101,13 +101,6 @@ if (preg_match("!^release_([^\\.]+)(\\.php$|$)!", $URI, $array)) { } // ============================================================================ -// BC: handle documentation howto moved to the doc.php.net server -// (redirect to index page) -if (preg_match("!^manual/howto/!", $URI, $array)) { - mirror_redirect("http://doc.php.net/tutorial/"); -} - -// ============================================================================ // BC: Printer friendly manual page handling was separate previously, but we // only need to redirect the old URLs now. Our pages are now printer friendly // by design. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
