#!/bin/sh . /www/cgi-bin/dhcpsplash/functions.sh export DATE="12.1.2006";SCRIPT=${0#/rom} export TITLE="$(splash_gettext welcome_title)" . ${SCRIPT%/*}/cgi-bin-pre.sh if [ "$REQUEST_METHOD" = "POST" ]; then read QUERY_STRING fi echo "
" splash_gettext "welcome" . ${SCRIPT%/*}/cgi-bin-post.sh