Update to RedBrick 2.4.3
This commit is contained in:
parent
d2141e2576
commit
63a87ea149
2 changed files with 2 additions and 2 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() {}
|
||||
|
||||
|
|
2
mod.info
2
mod.info
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "DorianTech RedBrick CGI engine for SVR.JS",
|
||||
"version": "2.4.2"
|
||||
"version": "2.4.3"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue