#!/bin/sh . /www/cgi-bin/functions.sh print_cgi_header print_http_header if [ -f /tmp/lock_web ];then echo "" echo "" print_table_header echo "" echo "" else refresh_page=$(cat /tmp/lock_show_refreshpage) echo "" echo "" print_table_header echo "" echo "" fi print_http_footer_wait