Disable Basic-Auth in SDK
authorSteven Barth <steven@midlink.org>
Thu, 30 Jul 2009 11:26:27 +0000 (11:26 +0000)
committerSteven Barth <steven@midlink.org>
Thu, 30 Jul 2009 11:26:27 +0000 (11:26 +0000)
libs/lucid/hostfiles/etc/config/lucid

index 22b7efad9c3c678add918c05431c0e86d9770e34..ab33e997f8b4e4b0f4b74a95c53e8a79a2a9572f 100644 (file)
@@ -10,9 +10,6 @@ config DirectoryPublisher webroot
        option physical host/www
        option virtual ''
        option domain ''
-       list read ':lo'
-       list read ':br-lan'
-       list read 'root'
        
 config LuciWebPublisher luciweb
        option name 'LuCI Webapplication'
@@ -20,9 +17,6 @@ config LuciWebPublisher luciweb
        list virtual /luci
        option domain ''
        option home 1
-       list exec ':lo'
-       list exec ':br-lan'
-       list exec 'root'
        
 config RPCPublisher    mainrpc
        option namespace 'luci.lucid.rpc'