#!/bin/sh . /www/cgi-bin/functions.sh lock_cgiwait status=`cat /tmp/webupgrade_status` if [ "x$status" = "x" ]; then status="1:1" fi model=`[ -f /vendor_model_name ] && cat /vendor_model_name || echo ""` print_cgi_header print_http_header "/funcs.js" if [ "$model" = "JWNB2100-1ZGNLS" ]; then cat < EOF else cat < EOF fi print_table_header "" cat < EOF print_http_footer