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