diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-05-09 22:11:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 22:11:48 +0300 |
commit | 658b6d7d2131b9dc891389b22ba35b4b937d9396 (patch) | |
tree | 0387959c468f81ccd5996d8d628807db79b03358 | |
parent | 3b709d8cdfe35f8ad22929c6fa29ed515f130317 (diff) | |
parent | ea02940c0e1d0544ec64d336b6eedef6ce934eb6 (diff) |
Merge pull request #1789 from ldir-EDB0/miniupdpdtweak
luci-app-upnp: change leasefile location hint
-rw-r--r-- | applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua index 17a4d9b76..a2023926e 100644 --- a/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua +++ b/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua @@ -74,7 +74,7 @@ pu = s:taboption("advanced", Value, "presentation_url", translate("Presentation pu.placeholder = "http://192.168.1.1/" lf = s:taboption("advanced", Value, "upnp_lease_file", translate("UPnP lease file")) -lf.placeholder = "/var/log/upnp.leases" +lf.placeholder = "/var/run/miniupnpd.leases" s2 = m:section(TypedSection, "perm_rule", translate("MiniUPnP ACLs"), |