Update to RedBrick 2.4.3

This commit is contained in:
Dorian Niemiec 2023-09-15 08:46:25 +02:00
parent d2141e2576
commit 63a87ea149
2 changed files with 2 additions and 2 deletions

View file

@ -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() {}

View file

@ -1,4 +1,4 @@
{
"name": "DorianTech RedBrick CGI engine for SVR.JS",
"version": "2.4.2"
"version": "2.4.3"
}