Index: trunk/extensions/SemanticMediaWiki/INSTALL |
— | — | @@ -73,8 +73,8 @@ |
74 | 74 | We abbreviate "[wikipath]/extensions/SemanticMediaWiki" as "[SMW_path]". |
75 | 75 | (2) Insert the following two lines into "[wikipath]/LocalSettings.php": |
76 | 76 | |
77 | | - include_once('extensions/SemanticMediaWiki/includes/SMW_Settings.php'); |
78 | | - enableSemantics('example.org'); |
| 77 | + include_once("$IP/extensions/SemanticMediaWiki/includes/SMW_Settings.php"); |
| 78 | + enableSemantics('example.org'); |
79 | 79 | |
80 | 80 | where example.org should be replaced by your server's name (or IP address). |
81 | 81 | The latter is needed only once, using the "preferred" name of your server. |