summaryrefslogtreecommitdiff
path: root/config/index.php5
diff options
context:
space:
mode:
Diffstat (limited to 'config/index.php5')
-rw-r--r--config/index.php55
1 files changed, 1 insertions, 4 deletions
diff --git a/config/index.php5 b/config/index.php5
index 8e6ceda9..f9ce630c 100644
--- a/config/index.php5
+++ b/config/index.php5
@@ -1,4 +1 @@
-<?php
-
-define('MW_INSTALL_PHP5_EXT', 1);
-require './index.php';
+<?php require( dirname( dirname( __FILE__ ) ) . '/mw-config/index.php5' ); \ No newline at end of file