diff --git a/index.js b/index.js index 76c2da3..8c9fdf2 100644 --- a/index.js +++ b/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() {} diff --git a/mod.info b/mod.info index ca75250..6d6ace7 100755 --- a/mod.info +++ b/mod.info @@ -1,4 +1,4 @@ { "name": "DorianTech RedBrick CGI engine for SVR.JS", - "version": "2.4.2" + "version": "2.4.3" }