summaryrefslogtreecommitdiff
path: root/config/index.php5
diff options
context:
space:
mode:
Diffstat (limited to 'config/index.php5')
-rw-r--r--config/index.php56
1 files changed, 6 insertions, 0 deletions
diff --git a/config/index.php5 b/config/index.php5
new file mode 100644
index 00000000..1be08780
--- /dev/null
+++ b/config/index.php5
@@ -0,0 +1,6 @@
+<?php
+
+define('MW_INSTALL_PHP5_EXT', 1);
+require './index.php';
+
+?>