include "tbh/global.tbh"
include "tbh/config.tbh"
dim ipcfg as ip_config
dim conf_type as string
ipcfg = stor_ip_get()
if ipcfg.conf = STATIC_IP then
conf_type = "STATIC_IP"
else
conf_type = "DHCP"
end if
?>
>
WWW Server
IP:
sock.setdata(net.ip)
sock.send
?>
File: config.html