From f341dfe91a766003a9333725e88823e2866fb3c8 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 7 Apr 2008 21:01:39 +0000 Subject: * Added configuration pages for Dropbear, HTTPd, Mount Points * Reorganized menu structure * Prepare firmware upgrade mechanism --- src/ffluci/controller/admin/system.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ffluci/controller/admin/system.lua') diff --git a/src/ffluci/controller/admin/system.lua b/src/ffluci/controller/admin/system.lua index fc31ea22b5..102ce99b8d 100644 --- a/src/ffluci/controller/admin/system.lua +++ b/src/ffluci/controller/admin/system.lua @@ -173,4 +173,8 @@ function action_sshkeys() end ffluci.template.render("admin_system/sshkeys", {cnt=cnt, msg=err}) +end + +function action_upgrade() + -- To be implemented end \ No newline at end of file -- cgit v1.2.3