mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Change httpd realm to match the hostname (#932)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5464 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
[ -d /www ] && httpd -p 80 -h /www -r OpenWrt
|
include /lib/network
|
||||||
|
scan_interfaces
|
||||||
|
config_get ifname wan hostname
|
||||||
|
[ -d /www ] && httpd -p 80 -h /www -r ${hostname:-OpenWrt}
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user