Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from header.htm

This commit is contained in:
Daniel Dickinson 2010-01-24 22:30:09 +00:00
parent b55daf6721
commit d2943f04da
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
a<%# <%#
LuCI - Lua Configuration Interface LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.themes.OpenWrt_Light=/luci-static/openwrt-light set luci.themes.OpenWrt_Light=/luci-static/openwrt-light
set luci.main.mediaurlbase=/luci-static/openwrt-light
commit luci commit luci
EOF EOF