git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
76eb057
)
luci-app-olsr: switch to nixio.fs
author
Jo-Philipp Wich
<redacted>
Thu, 15 Jan 2015 13:55:46 +0000
(14:55 +0100)
committer
Jo-Philipp Wich
<redacted>
Thu, 15 Jan 2015 13:55:46 +0000
(14:55 +0100)
Signed-off-by: Jo-Philipp Wich <redacted>
applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm
patch
|
blob
|
history
diff --git
a/applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm
b/applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm
index 6d8eca874afbc6d18c7cf2c0808fac2065468728..727b476d03f5be69ba0f79ff6b754082587cc110 100644
(file)
--- a/
applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm
+++ b/
applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm
@@
-15,7
+15,7
@@
You may obtain a copy of the License at
local ipv = luci.model.uci.cursor():get_first("olsrd", "olsrd", "IpVersion", "4")
function write_conf(conf, file)
- local fs = require "
luci
.fs"
+ local fs = require "
nixio
.fs"
if fs.access(conf) then
luci.http.header("Content-Disposition", "attachment; filename="..file)
luci.http.prepare_content("text/plain")
git clone https://git.99rst.org/PROJECT