* Fixed host builds
authorSteven Barth <steven@midlink.org>
Tue, 10 Jun 2008 23:01:40 +0000 (23:01 +0000)
committerSteven Barth <steven@midlink.org>
Tue, 10 Jun 2008 23:01:40 +0000 (23:01 +0000)
libs/sgi-webuci/root/usr/lib/boa/luci.lua

index c0dab39bcd28f6f4659806dee1b8049b47247c5a..39cee1c602b98e3ed2c839fd9db33c857d29e257 100644 (file)
@@ -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