fix: fix the failure of startup in some distributions

This commit is contained in:
SunBK201 2024-11-21 20:38:47 +08:00
parent 026af02ed0
commit 97b128e5ec

View File

@ -60,11 +60,9 @@ partialRepalce.description =
"Replace only the matched part of the User-Agent, only works when User-Agent Regex Pattern is not empty"
partialRepalce.default = "0"
--[[
local apply = luci.http.formvalue("cbi.apply")
if apply then
io.popen("/etc/init.d/ua3f restart")
end
--]]
return ua3f