#!/bin/sh
. /www/cgi-bin/functions.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 <
EOF
print_http_footer