Index: trunk/phase3/config/Installer.php |
— | — | @@ -1,24 +1,28 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * MediaWiki web-based config/installation |
| 5 | + * |
| 6 | + * Copyright © 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com> |
| 7 | + * http://www.mediawiki.org/ |
| 8 | + * |
| 9 | + * This program is free software; you can redistribute it and/or modify |
| 10 | + * it under the terms of the GNU General Public License as published by |
| 11 | + * the Free Software Foundation; either version 2 of the License, or |
| 12 | + * (at your option) any later version. |
| 13 | + * |
| 14 | + * This program is distributed in the hope that it will be useful, |
| 15 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | + * GNU General Public License for more details. |
| 18 | + * |
| 19 | + * You should have received a copy of the GNU General Public License along |
| 20 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 21 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 22 | + * http://www.gnu.org/copyleft/gpl.html |
| 23 | + * |
| 24 | + * @file |
| 25 | + */ |
3 | 26 | |
4 | | -# MediaWiki web-based config/installation |
5 | | -# Copyright (C) 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com> |
6 | | -# http://www.mediawiki.org/ |
7 | | -# |
8 | | -# This program is free software; you can redistribute it and/or modify |
9 | | -# it under the terms of the GNU General Public License as published by |
10 | | -# the Free Software Foundation; either version 2 of the License, or |
11 | | -# (at your option) any later version. |
12 | | -# |
13 | | -# This program is distributed in the hope that it will be useful, |
14 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | | -# GNU General Public License for more details. |
17 | | -# |
18 | | -# You should have received a copy of the GNU General Public License along |
19 | | -# with this program; if not, write to the Free Software Foundation, Inc., |
20 | | -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | | -# http://www.gnu.org/copyleft/gpl.html |
22 | | - |
23 | 27 | if( !defined( 'MEDIAWIKI_INSTALL' ) ) { |
24 | 28 | die( 'Not an entry point.' ); |
25 | 29 | } |
Index: trunk/phase3/config/new-index.php |
— | — | @@ -1,4 +1,9 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * New version of MediaWiki web-based config/installation |
| 5 | + * |
| 6 | + * @file |
| 7 | + */ |
3 | 8 | |
4 | 9 | define( 'MW_CONFIG_CALLBACK', 'CoreInstaller::overrideConfig' ); |
5 | 10 | |
Index: trunk/phase3/config/index.php |
— | — | @@ -1,24 +1,28 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * MediaWiki web-based config/installation |
| 5 | + * |
| 6 | + * Copyright © 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com> |
| 7 | + * http://www.mediawiki.org/ |
| 8 | + * |
| 9 | + * This program is free software; you can redistribute it and/or modify |
| 10 | + * it under the terms of the GNU General Public License as published by |
| 11 | + * the Free Software Foundation; either version 2 of the License, or |
| 12 | + * (at your option) any later version. |
| 13 | + * |
| 14 | + * This program is distributed in the hope that it will be useful, |
| 15 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | + * GNU General Public License for more details. |
| 18 | + * |
| 19 | + * You should have received a copy of the GNU General Public License along |
| 20 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 21 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 22 | + * http://www.gnu.org/copyleft/gpl.html |
| 23 | + * |
| 24 | + * @file |
| 25 | + */ |
3 | 26 | |
4 | | -# MediaWiki web-based config/installation |
5 | | -# Copyright (C) 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com> |
6 | | -# http://www.mediawiki.org/ |
7 | | -# |
8 | | -# This program is free software; you can redistribute it and/or modify |
9 | | -# it under the terms of the GNU General Public License as published by |
10 | | -# the Free Software Foundation; either version 2 of the License, or |
11 | | -# (at your option) any later version. |
12 | | -# |
13 | | -# This program is distributed in the hope that it will be useful, |
14 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | | -# GNU General Public License for more details. |
17 | | -# |
18 | | -# You should have received a copy of the GNU General Public License along |
19 | | -# with this program; if not, write to the Free Software Foundation, Inc., |
20 | | -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | | -# http://www.gnu.org/copyleft/gpl.html |
22 | | - |
23 | 27 | # Attempt to set up the include path, to fix problems with relative includes |
24 | 28 | $IP = dirname( dirname( __FILE__ ) ); |
25 | 29 | define( 'MW_INSTALL_PATH', $IP ); |