removed setting "DocLanguage" (replaced by general "Language")
plugins are now classes inherited from CryptoBoxPlugin language detection added (via request header "Accept-Language")
This commit is contained in:
parent
56e954d1c4
commit
90efd72b8b
11 changed files with 287 additions and 164 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# comma separated list of possible prefixes for accesible devices
|
||||
# beware: .e.g "/dev/hd" grants access to _all_ harddisks
|
||||
AllowedDevices = /dev/loop
|
||||
AllowedDevices = /dev/loop, /dev/sda
|
||||
|
||||
|
||||
# the default name prefix of not unnamed containers
|
||||
|
@ -67,9 +67,6 @@ Stylesheet = /cryptobox-misc/cryptobox.css
|
|||
# default language
|
||||
Language = de
|
||||
|
||||
# default language for documentation
|
||||
DocLanguage = de
|
||||
|
||||
|
||||
[Programs]
|
||||
cryptsetup = /sbin/cryptsetup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue