* libs/web: Prepare session authentication
[project/luci.git] / libs / web / root / etc / config / luci
index 5fefe5b..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
        
@@ -34,7 +34,14 @@ config event uci_oncommit
 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"