killed trailing ?>
authorMax Semenik <maxsem@users.mediawiki.org>
Wed, 3 Feb 2010 19:36:04 +0000 (19:36 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Wed, 3 Feb 2010 19:36:04 +0000 (19:36 +0000)
php5.php5
redirect.phtml
wiki.phtml

index fd7f218..44f5113 100644 (file)
--- a/php5.php5
+++ b/php5.php5
@@ -7,5 +7,3 @@
 if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
        echo 'y'.'e'.'s';
 }
-
-?>
index 79e3cea..3e430bf 100644 (file)
@@ -1,4 +1,3 @@
 <?php
 // stub file for compatibility with older versions
 include_once('./redirect.php');
-?>
\ No newline at end of file
index 5f6b019..435dff0 100644 (file)
@@ -1,4 +1,3 @@
 <?php
 // stub file for compatibility with older versions
 include_once('./index.php');
-?>
\ No newline at end of file