aboutsummaryrefslogtreecommitdiff
path: root/sp_compatibility_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'sp_compatibility_test.php')
-rw-r--r--sp_compatibility_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sp_compatibility_test.php b/sp_compatibility_test.php
index 638a13cf0..0448aa01d 100644
--- a/sp_compatibility_test.php
+++ b/sp_compatibility_test.php
@@ -1,9 +1,9 @@
<?php
- // this is a quick hack of the compatibility script included with simple pie
+// this is a quick hack of the compatibility script included with simple pie
- // Load Elgg engine
- require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
+// Load Elgg engine
+require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '4.3.0', '>='));
$xml_ok = extension_loaded('xml');