Add luci package

This commit is contained in:
Vadim Vetrov
2024-09-12 22:57:33 +03:00
parent ad9a337795
commit 37ae420e23
8 changed files with 297 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
module("luci.controller.youtubeUnblock", package.seeall)
function index()
entry( {"admin", "services", "youtubeUnblock"}, cbi("youtubeUnblock"), _("youtubeUnblock"))
end