killed trailing ?>

This commit is contained in:
Max Semenik 2010-02-03 19:36:04 +00:00
parent 2532e961b5
commit c3b4c4f7e2
3 changed files with 0 additions and 4 deletions

View file

@ -7,5 +7,3 @@
if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
echo 'y'.'e'.'s';
}
?>

View file

@ -1,4 +1,3 @@
<?php
// stub file for compatibility with older versions
include_once('./redirect.php');
?>

View file

@ -1,4 +1,3 @@
<?php
// stub file for compatibility with older versions
include_once('./index.php');
?>