Index: trunk/phase3/includes/templates/PHP4.php |
— | — | @@ -56,12 +56,12 @@ |
57 | 57 | </p> |
58 | 58 | <?php |
59 | 59 | flush(); |
60 | | -/** |
| 60 | +/** |
61 | 61 | * Test the *.php5 extension |
62 | 62 | */ |
63 | 63 | $downloadOther = true; |
64 | 64 | if ( $baseUrl ) { |
65 | | - $testUrl = "$wgServer$baseUrl/extension-test.php5"; |
| 65 | + $testUrl = "$wgServer$baseUrl/php5.php5"; |
66 | 66 | ini_set( 'allow_url_fopen', '1' ); |
67 | 67 | $s = file_get_contents( $testUrl ); |
68 | 68 | |
— | — | @@ -75,8 +75,8 @@ |
76 | 76 | ?> |
77 | 77 | <p>Please consider upgrading your copy of PHP. PHP 4 is at the end of its |
78 | 78 | lifecycle and will not receive further security updates.</p> |
79 | | -<p>If for some reason you really really need to run MediaWiki on PHP 4, you will need to |
80 | | -<a href="http://www.mediawiki.org/wiki/Download">download version 1.6.x</a> |
| 79 | +<p>If for some reason you really really need to run MediaWiki on PHP 4, you will need to |
| 80 | +<a href="http://www.mediawiki.org/wiki/Download">download version 1.6.x</a> |
81 | 81 | from our website. </p> |
82 | 82 | <?php |
83 | 83 | } |