Index: trunk/extensions/WikiTrust/mediawiki/extensions/Trust/README-remote |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | |
16 | 16 | Use this line: |
17 | 17 | |
18 | | -require_once( $IP . "/extensions/Trust/TrustRemote.php" ); |
| 18 | +require_once( $IP . "/extensions/Trust/RemoteTrust.php" ); |
19 | 19 | |
20 | 20 | Also, add this variable to LocalSettings.php: |
21 | 21 | $wgContentServerURL = "http://localhost:4444/?"; |