killed trailing ?>
This commit is contained in:
parent
2532e961b5
commit
c3b4c4f7e2
3 changed files with 0 additions and 4 deletions
|
|
@ -7,5 +7,3 @@
|
|||
if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
|
||||
echo 'y'.'e'.'s';
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
// stub file for compatibility with older versions
|
||||
include_once('./redirect.php');
|
||||
?>
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
// stub file for compatibility with older versions
|
||||
include_once('./index.php');
|
||||
?>
|
||||
Loading…
Reference in a new issue