Commit: 2fc7eeccae4a208ec08e31c8eace4f2f9418d1a9 Author: Philip Olson <[email protected]> Wed, 9 Apr 2014 15:45:46 -0700 Parents: 06da0e4e8a14c0192282b1d8af3120ea86a81c6e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2fc7eeccae4a208ec08e31c8eace4f2f9418d1a9 Log: Linked 'Download PHP' to downloads.php, as requested by Christopher Jones Changed paths: M index.php Diff: diff --git a/index.php b/index.php index 0727049..e41c145 100644 --- a/index.php +++ b/index.php @@ -92,7 +92,7 @@ $intro = <<<EOF <p>Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.</p> </div> <div class="download"> - <h2>Download PHP</h2> + <h2><a href="/downloads.php">Download PHP</a></h2> EOF; if(!empty($RELEASES[5])) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
