mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-19 18:49:43 +02:00
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
This commit is contained in:
@@ -9,6 +9,7 @@ var utils = require('./../public/src/utils.js'),
|
||||
get: function(callback) {
|
||||
RDB.hgetall('config', function(err, config) {
|
||||
if (!err) {
|
||||
config = config || {};
|
||||
config.status = 'ok';
|
||||
callback(config);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user