Added SQLite version of the patch since the other one has syntax errors on SQLite
[lhc/web/wiklou.git] / php5.php5
1 <?php
2
3 /**
4 * Test for *.php5 capability in webserver
5 * Used by includes/templates/PHP4.php
6 */
7 if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
8 echo 'y'.'e'.'s';
9 }