* Added configuration pages for Dropbear, HTTPd, Mount Points
[project/luci.git] / src / ffluci / controller / admin / system.lua
index fc31ea2..102ce99 100644 (file)
@@ -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