From 46e9727846b9abb030d192861054ecd689b9864b Mon Sep 17 00:00:00 2001 From: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:08:17 +0800 Subject: [PATCH] luci-app-fogvdn: fix wrong typo --- .../luci-app-fogvdn/luasrc/model/cbi/pearpcdn/fogvdn.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/lean/luci-app-fogvdn/luasrc/model/cbi/pearpcdn/fogvdn.lua b/package/lean/luci-app-fogvdn/luasrc/model/cbi/pearpcdn/fogvdn.lua index 466478187..80344b299 100644 --- a/package/lean/luci-app-fogvdn/luasrc/model/cbi/pearpcdn/fogvdn.lua +++ b/package/lean/luci-app-fogvdn/luasrc/model/cbi/pearpcdn/fogvdn.lua @@ -39,11 +39,6 @@ if fs.access(storage_info_file) then end end end - option = s:option(DummyValue, "_"..k,translate(k)) - option.value = v - end - end -end openfog_link=s:option(DummyValue, "openfog_link", translate("")) openfog_link.description = translate("OpenFogOS Official Website")