#!/bin/sh . /www/cgi-bin/functions.sh . /www/cgi-bin/language.sh lock_cgiwait auto_basic_type=$($nvram get auto_check_for_upgrade) #after_welcome=$($nvram get after_welcome) print_cgi_header print_http_header if [ "$auto_basic_type" = "0" ];then echo "" #elif [ "$after_welcome" = "1" ];then # echo "" else echo "" fi cat <

$alert_browser EOF print_http_footer