Index: trunk/phase3/includes/WebStart.php |
— | — | @@ -77,6 +77,7 @@ |
78 | 78 | # the wiki installer need to be launched or the generated file moved from |
79 | 79 | # ./config/ to ./ |
80 | 80 | if( !file_exists( "$preIP/LocalSettings.php" ) ) { |
| 81 | + $IP = $preIP; |
81 | 82 | require_once( "$preIP/includes/DefaultSettings.php" ); # used for printing the version |
82 | 83 | require_once( "$preIP/includes/templates/NoLocalSettings.php" ); |
83 | 84 | die(); |