* Removed "global $action;" from SkinTemplate::outputPage(), getting it from $wgReque...
[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 }
10
11 ?>