summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-system/luasrc/controller/admin/system.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-system/luasrc/controller/admin/system.lua')
-rw-r--r--modules/luci-mod-system/luasrc/controller/admin/system.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/luci-mod-system/luasrc/controller/admin/system.lua b/modules/luci-mod-system/luasrc/controller/admin/system.lua
index c7d8ac5323..2913a23ef2 100644
--- a/modules/luci-mod-system/luasrc/controller/admin/system.lua
+++ b/modules/luci-mod-system/luasrc/controller/admin/system.lua
@@ -31,10 +31,5 @@ function index()
entry({"admin", "system", "flash"}, view("system/flash"), _("Backup / Flash Firmware"), 70)
- entry({"admin", "system", "reboot"}, template("admin_system/reboot"), _("Reboot"), 90)
- entry({"admin", "system", "reboot", "call"}, post("action_reboot"))
-end
-
-function action_reboot()
- luci.sys.reboot()
+ entry({"admin", "system", "reboot"}, view("system/reboot"), _("Reboot"), 90)
end