Index: trunk/extensions/ParserFunctions/README |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | 1. Licensing |
5 | 5 | 2. How to install |
6 | | -3. How to config |
| 6 | +3. Tests |
7 | 7 | |
8 | 8 | 1. Licensing |
9 | 9 | Licensed under GNU GPL. See COPYING for more license information. |
— | — | @@ -10,8 +10,8 @@ |
11 | 11 | 2. How to install |
12 | 12 | a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/ |
13 | 13 | where $IP is your root wiki install |
14 | | - b. Add 'require( "extensions/ParserFunctions/ParserFunctions.php");' to your |
15 | | - LocalSettings (without the single quotes) |
| 14 | + b. Add 'require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php");' to the |
| 15 | + end of your LocalSettings (without the single quotes) |
16 | 16 | c. Enjoy |
17 | 17 | |
18 | 18 | 3. Tests |