diff options
author | Steven Barth <steven@midlink.org> | 2008-05-17 08:55:23 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-17 08:55:23 +0000 |
commit | 357ba22175225ca40cfcffd1f61cc4621ff13dbe (patch) | |
tree | 9ad02ebce522ef03ddb788b29a9a26b514c9fbd0 /core/root | |
parent | bc253802f4dbb58aef372e4a815db4cb5d54d73d (diff) |
Added global imagepath
Diffstat (limited to 'core/root')
-rw-r--r-- | core/root/etc/config/luci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/root/etc/config/luci b/core/root/etc/config/luci index a2b61f483a..b15b152894 100644 --- a/core/root/etc/config/luci +++ b/core/root/etc/config/luci @@ -1,6 +1,7 @@ config core main option lang de option mediaurlbase /ffluci/media + option imagebase /ffluci/images config core category_privileges option public nobody:nogroup @@ -32,4 +33,4 @@ config internal languages option en "English" config internal themes - option Fledermaus "/ffluci/media"
\ No newline at end of file + option Fledermaus "/ffluci/media" |