mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
parent
b4d550ad84
commit
0b1e4d027a
@ -2,7 +2,10 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user