Fix RedBrick not working in external web root setups

This commit is contained in:
Dorian Niemiec 2023-09-15 08:45:09 +02:00
parent 696be56402
commit afbd0fe4c3

View file

@ -13,7 +13,7 @@ try {
} catch (ex) { } catch (ex) {
// Can't determine version // 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() {} function Mod() {}