More plugin information

This commit is contained in:
Egil Moeller 2012-06-04 14:33:38 +02:00
parent 3e44b0e0d5
commit cf2f0b72a3
3 changed files with 16 additions and 6 deletions

View file

@ -16,6 +16,11 @@ exports.expressCreateServer = function (hook_name, args, cb) {
"ep_etherpad-lite/templates/admin/plugins.html",
render_args), {});
});
args.app.get('/admin/plugins/info', function(req, res) {
res.send(eejs.require(
"ep_etherpad-lite/templates/admin/plugins-info.html",
{}), {});
});
}
exports.socketio = function (hook_name, args, cb) {