Index: trunk/extensions/ArchiveLinks/INSTALL |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | To install add the following to LocalSettings.php |
3 | 3 | |
4 | | - require_once( './extensions/ArchiveLinks/ArchiveLinks.php' ); |
| 4 | + require_once( "$IP/extensions/ArchiveLinks/ArchiveLinks.php" ); |
5 | 5 | |
6 | 6 | Configuration settings are in the array $wgArchiveLinksConfig, which is currently defined in ArchiveLinks.php for testing purposes. |
7 | 7 | |