diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/contrib/uci/luci | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/core/contrib/uci/luci b/core/contrib/uci/luci index bae2f48ce..379bd1855 100644 --- a/core/contrib/uci/luci +++ b/core/contrib/uci/luci @@ -23,7 +23,6 @@ config public contact option geo option note - config event uci_oncommit option network "/etc/init.d/network restart" option wireless "/etc/init.d/network restart" @@ -32,4 +31,11 @@ config event uci_oncommit option luci_fw "/etc/init.d/luci_fw restart" option dropbear "/etc/init.d/dropbear restart" option httpd "/etc/init.d/httpd restart" - option fstab "/etc/init.d/fstab restart"
\ No newline at end of file + option fstab "/etc/init.d/fstab restart" + +config internal languages + option de "Deutsch" + option en "English" + +config internal themes + option Fledermaus "/ffluci/media"
\ No newline at end of file |