Fix RedBrick not working in external web root setups
This commit is contained in:
parent
696be56402
commit
afbd0fe4c3
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -13,7 +13,7 @@ try {
|
|||
} catch (ex) {
|
||||
// Can't determine version
|
||||
}
|
||||
var configJSONS = JSON.parse(fs.readFileSync("config.json")); // Read configuration JSON
|
||||
var configJSONS = JSON.parse(fs.readFileSync(__dirname + "/../../../config.json")); // Read configuration JSON
|
||||
|
||||
function Mod() {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue