r61949 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61948‎ | r61949 | r61950 >
Date:19:36, 3 February 2010
Author:maxsem
Status:ok
Tags:
Comment:
killed trailing ?>
Modified paths:
  • /trunk/phase3/php5.php5 (modified) (history)
  • /trunk/phase3/redirect.phtml (modified) (history)
  • /trunk/phase3/wiki.phtml (modified) (history)

Diff [purge]

Index: trunk/phase3/php5.php5
@@ -7,5 +7,3 @@
88 if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
99 echo 'y'.'e'.'s';
1010 }
11 -
12 -?>
Index: trunk/phase3/redirect.phtml
@@ -1,4 +1,3 @@
22 <?php
33 // stub file for compatibility with older versions
44 include_once('./redirect.php');
5 -?>
\ No newline at end of file
Index: trunk/phase3/wiki.phtml
@@ -1,4 +1,3 @@
22 <?php
33 // stub file for compatibility with older versions
44 include_once('./index.php');
5 -?>
\ No newline at end of file

Status & tagging log