mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-26 12:45:39 +08:00
phpfpm switch action
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports =
|
||||
delete: (account, callback) ->
|
||||
callback()
|
||||
|
||||
widget: (callback) ->
|
||||
widget: (account, callback) ->
|
||||
jade.renderFile path.join(__dirname, 'view/widget.jade'), {}, (err, html) ->
|
||||
callback html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user