You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
354 B
Lua

1 year ago
-- Copyright 2021 sudodou <wsdoshb@gmail.com>
-- Licensed to the public under the Apache License 2.0.
module("luci.controller.shortcutmenu", package.seeall)
function index()
if not nixio.fs.access("/etc/config/shortcutmenu") then
return
end
entry({"admin", "apps", "shortcutmenu"}, cbi("shortcutmenu"), _("Shortcutmenu"), 55).dependent = true
end