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

$TITLE

" splash_gettext "welcome" . /www/cgi-bin-post.sh