projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575e327
)
'CRTL' should be 'CTRL'
author
fy1128
<892973009@qq.com>
Sun, 22 Apr 2018 15:55:17 +0000
(23:55 +0800)
committer
fy1128
<892973009@qq.com>
Sun, 22 Apr 2018 15:55:17 +0000
(23:55 +0800)
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
index a8f4cbf7ad0017f2b76f76c4ecf3d06d60cb2f29..977dbe34b1f52537e00a9cabde5cc11a988da0ae 100644
(file)
--- a/
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
+++ b/
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
@@
-1229,7
+1229,7
@@
if DDNS.has_proxy or ( ( m:get(section, "proxy") or "" ) ~= "" ) then
elseif DDNS.has_proxy then
local ipv6 = usev6:formvalue(section) or "0"
local force = fipv:formvalue(section) or "0"
- local command = C
RT
L.luci_helper .. [[ -]]
+ local command = C
TR
L.luci_helper .. [[ -]]
if (ipv6 == 1) then command = command .. [[6]] end
if (force == 1) then command = command .. [[f]] end
command = command .. [[p ]] .. value .. [[ -- verify_proxy]]