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:
c1f8314
)
* Fixed host builds
author
Steven Barth
<steven@midlink.org>
Tue, 10 Jun 2008 23:01:40 +0000
(23:01 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 10 Jun 2008 23:01:40 +0000
(23:01 +0000)
libs/sgi-webuci/root/usr/lib/boa/luci.lua
patch
|
blob
|
history
diff --git
a/libs/sgi-webuci/root/usr/lib/boa/luci.lua
b/libs/sgi-webuci/root/usr/lib/boa/luci.lua
index c0dab39bcd28f6f4659806dee1b8049b47247c5a..39cee1c602b98e3ed2c839fd9db33c857d29e257 100644
(file)
--- a/
libs/sgi-webuci/root/usr/lib/boa/luci.lua
+++ b/
libs/sgi-webuci/root/usr/lib/boa/luci.lua
@@
-40,6
+40,7
@@
function init(path)
luci.sys.wifi.iwscan = function() return {} end
luci.sys.user.checkpasswd = function() return true end
+ luci.http.basic_auth = function() return true end
end
end