summaryrefslogtreecommitdiff
path: root/php5.php5
diff options
context:
space:
mode:
Diffstat (limited to 'php5.php5')
-rw-r--r--php5.php59
1 files changed, 0 insertions, 9 deletions
diff --git a/php5.php5 b/php5.php5
deleted file mode 100644
index 51e077f0..00000000
--- a/php5.php5
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-/**
- * Test for *.php5 capability in webserver
- * Used by includes/templates/PHP4.php
- */
-if ( version_compare( phpversion(), '5.1.0' ) >= 0 ) {
- echo 'y'.'e'.'s';
-}