#!/bin/sh export DATE="12.4.2006";SCRIPT=${0#/rom} export TITLE="Hola Huésped!" . ${SCRIPT%/*}/cgi-bin-pre.sh cat<Hola Huésped!
EOF echo '' if [ "$REQUEST_METHOD" = "POST" ]; then read QUERY_STRING fi if [ -z "$QUERY_STRING" ]; then cat<

===This is a Freifunk access point with guest access. The guest access can be used to fetch emails and web sites for free if you accept the following conditions. Further informations are offered on the main page of this device.===

 
===My data transfers are unencrypted.===
===I will behave fair with using this network.===
 
EOF else if [ "$QUERY_STRING" != "${QUERY_STRING#*free=1}" ] && [ "$QUERY_STRING" != "${QUERY_STRING#*fair=1}" ]; then echo ok else cat<===Conditions not accepted.=== EOF fi fi . ${SCRIPT%/*}/cgi-bin-post.sh