Don't look for pipes in the root node.
[lhc/web/wiklou.git] / php5.php5
index 44f5113..51e077f 100644 (file)
--- a/php5.php5
+++ b/php5.php5
@@ -4,6 +4,6 @@
  * Test for *.php5 capability in webserver
  * Used by includes/templates/PHP4.php
  */
-if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
+if ( version_compare( phpversion(), '5.1.0' ) >= 0 ) {
        echo 'y'.'e'.'s';
 }