mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 23:49:11 +08:00
14 lines
174 B
CoffeeScript
14 lines
174 B
CoffeeScript
|
|
module.exports =
|
|
update_passwd:
|
|
mode: 'passwd'
|
|
callback: ->
|
|
|
|
killall:
|
|
mode: 'alert'
|
|
callback: ->
|
|
|
|
reset_permission:
|
|
mode: 'alert'
|
|
callback: ->
|