mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 07:26:13 +02: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