Cleaned up the mess of message text being passed instead of keys to wfMsg() and frien...
[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.1.0' ) >= 0 ) {
8 echo 'y'.'e'.'s';
9 }