diff options
author | Steven Barth <steven@midlink.org> | 2008-04-12 19:24:08 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-12 19:24:08 +0000 |
commit | e2dc4be8717d70e587d938a14b2f0da461b685eb (patch) | |
tree | 83f2dad0cab4de9619ae0de01958e7502ef11c5c /core | |
parent | 064aa38fc46715f98d5567174374ae5b46c3a252 (diff) |
* Added many descriptions
* Removed admin > status stubs
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 |