* libs/web: Prepare session authentication
[project/luci.git] / libs / web / root / etc / config / luci
index 560cff4..2d5f1e4 100644 (file)
@@ -1,5 +1,5 @@
 config core main
-       option lang de
+       option lang en
        option mediaurlbase /luci-static/openwrt.org
        option resourcebase /luci-static/resources
        
@@ -35,10 +35,13 @@ config internal languages
        option de "Deutsch"
        option en "English"
        
+config internal sauth
+       option sessionpath "/tmp/.lucisessions"
+       option sessiontime 3600
+       
 config internal template
        option compiler_mode file
        option compiledir "/tmp/.lucitplcache"
                
 config internal themes
        option OpenWRT "/luci-static/openwrt.org"
-       option Fledermaus "/luci-static/fledermaus"