diff options
Diffstat (limited to 'mw-config/index.php5')
-rw-r--r-- | mw-config/index.php5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mw-config/index.php5 b/mw-config/index.php5 new file mode 100644 index 00000000..8e6ceda9 --- /dev/null +++ b/mw-config/index.php5 @@ -0,0 +1,4 @@ +<?php + +define('MW_INSTALL_PHP5_EXT', 1); +require './index.php'; |