diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
commit | 9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch) | |
tree | 46d1a0dee7febef5c2d57a9f7b972be16a163b3d /mw-config/index.php5 | |
parent | 78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff) |
update to MediaWiki 1.17.0
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'; |