Property changes on: trunk/phase3/maintenance/archives/patch-msg_resource.sql |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Property changes on: trunk/phase3/maintenance/helloWorld.php |
___________________________________________________________________ |
Added: svn:eol-style |
2 | 2 | + native |
Property changes on: trunk/phase3/includes/MessageBlobStore.php |
___________________________________________________________________ |
Added: svn:eol-style |
3 | 3 | + native |
Index: trunk/phase3/load.php |
— | — | @@ -1,5 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * This file is the entry point for the resource loader. |
| 5 | + * |
4 | 6 | * This program is free software; you can redistribute it and/or modify |
5 | 7 | * it under the terms of the GNU General Public License as published by |
6 | 8 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -15,15 +17,11 @@ |
16 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | 19 | * http://www.gnu.org/copyleft/gpl.html |
18 | 20 | * |
| 21 | + * @file |
19 | 22 | * @author Roan Kattouw |
20 | 23 | * @author Trevor Parscal |
21 | 24 | * |
22 | 25 | */ |
23 | | - |
24 | | -/** |
25 | | - * @file |
26 | | - * This file is the entry point for the resource loader. |
27 | | - */ |
28 | 26 | |
29 | 27 | require ( dirname( __FILE__ ) . '/includes/WebStart.php' ); |
30 | 28 | wfProfileIn( 'load.php' ); |
Property changes on: trunk/phase3/load.php |
___________________________________________________________________ |
Added: svn:eol-style |
31 | 29 | + native |
Property changes on: trunk/phase3/resources/test/index.html |
___________________________________________________________________ |
Added: svn:eol-style |
32 | 30 | + native |