Added global imagepath
[project/luci.git] / core / root / etc / config / luci
1 config core main
2         option lang de
3         option mediaurlbase /ffluci/media
4         option imagebase    /ffluci/images
5         
6 config core category_privileges
7                 option public nobody:nogroup
8                 
9 config extern flash_keep
10                 option uci              "/etc/config"
11                 option dropbear "/etc/dropbear"
12                 option openvpn  "/etc/openvpn"
13                 option passwd   "/etc/passwd"
14                 option ipkg             "/etc/ipkg.conf"
15                 option httpd    "/etc/httpd.conf"
16                 option firewall "/etc/firewall.user"
17
18 config event uci_oncommit
19         option network  "/etc/init.d/network restart"
20         option wireless "/etc/init.d/network restart"
21         option olsr             "/sbin/reboot"
22         option dhcp             "/etc/init.d/dnsmasq restart"
23         option luci_fw  "/etc/init.d/luci_fw restart"
24         option dropbear "/etc/init.d/dropbear restart"
25         option httpd    "/etc/init.d/httpd restart"
26         option fstab    "/etc/init.d/fstab restart"
27         option qos              "/etc/init.d/qos restart"
28         option luci_splash "/etc/init.d/luci_splash restart"
29         option freifunk "/etc/init.d/luci_freifunk restart"
30         
31 config internal languages
32                 option de "Deutsch"
33                 option en "English"
34                 
35 config internal themes
36                 option Fledermaus "/ffluci/media"