mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
added restart button to ACP (!!)
This commit is contained in:
@@ -31,6 +31,10 @@ SocketAdmin.before = function(socket, next) {
|
||||
});
|
||||
};
|
||||
|
||||
SocketAdmin.restart = function(socket, data, callback) {
|
||||
meta.restart();
|
||||
};
|
||||
|
||||
/* Topics */
|
||||
|
||||
SocketAdmin.topics = {};
|
||||
|
||||
Reference in New Issue
Block a user