Index: branches/REL1_13/extensions/inputbox/inputbox.php |
— | — | @@ -4,10 +4,9 @@ |
5 | 5 | * This file contains the main include file for the Inputbox extension of |
6 | 6 | * MediaWiki. |
7 | 7 | * |
8 | | - * Usage: require_once("path/to/inputbox.php"); in LocalSettings.php |
| 8 | + * Usage: Add the following line in LocalSettings.php: |
| 9 | + * require_once( "$IP/extensions/Inputbox/Inputbox.php" ); |
9 | 10 | * |
10 | | - * This extension requires MediaWiki 1.5 or higher. |
11 | | - * |
12 | 11 | * @author Erik Moeller <moeller@scireview.de> |
13 | 12 | * namespaces search improvements partially by |
14 | 13 | * Leonardo Pimenta <leo.lns@gmail.com> |