summaryrefslogtreecommitdiff
path: root/php5.php5
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-02-22 13:37:51 +0100
committerPierre Schmitz <pierre@archlinux.de>2009-02-22 13:37:51 +0100
commitb9b85843572bf283f48285001e276ba7e61b63f6 (patch)
tree4c6f4571552ada9ccfb4030481dcf77308f8b254 /php5.php5
parentd9a20acc4e789cca747ad360d87ee3f3e7aa58c1 (diff)
updated to MediaWiki 1.14.0
Diffstat (limited to 'php5.php5')
-rw-r--r--php5.php511
1 files changed, 11 insertions, 0 deletions
diff --git a/php5.php5 b/php5.php5
new file mode 100644
index 00000000..fd7f2182
--- /dev/null
+++ b/php5.php5
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * Test for *.php5 capability in webserver
+ * Used by includes/templates/PHP4.php
+ */
+if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
+ echo 'y'.'e'.'s';
+}
+
+?>