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