#!/bin/sh . /www/cgi-bin/functions.sh lock_cgiwait if [ -f /tmp/IA_command ];then IA_from=1 rm /tmp/IA_command else IA_from=0 fi dns_hijack=$($nvram get dns_hijack) print_cgi_header print_http_header "/funcs.js" "/welcome_wl.js" $nvram set time_stamp_all="$time_stamp_dni" cat < var IA_from="$IA_from"; var dns_hijack="$dns_hijack"; var time_stamp_dni="$time_stamp_dni"; parent.index_ts=time_stamp_dni;


  

EOF print_http_footer