Index: trunk/extensions/MassEditRegex/README |
— | — | @@ -12,8 +12,8 @@ |
13 | 13 | |
14 | 14 | 1. Add to LocalSettings.php: |
15 | 15 | |
16 | | - include_once("$IP/extensions/MassEditRegex/MassEditRegex.php"); |
| 16 | + require_once ( "$IP/extensions/MassEditRegex/MassEditRegex.php" ); |
| 17 | + // Allow administrators to use Special:MassEditRegex |
| 18 | + $wgGroupPermissions['sysop']['masseditregex'] = true; |
17 | 19 | |
18 | 20 | 2. Go to [[Special:MassEditRegex]] |
19 | | - |
20 | | - 3. If you don't have access, go to [[Special:User rights management]] and add yourself to the Bot group. |