codekasten/web-splash/web-splash.cgi
lars 63afdb8052 note for GPL
SPLASH_LIB setting added
2005-05-18 16:21:54 +00:00

17 lines
343 B
Bash
Executable file

#!/bin/sh
#
# this skript is GPL software (http://www.fsf.org/licensing/licenses/gpl.html)
# suggestions and questions to: devel@sumpfralle.de
# homepage: https://systemausfall.org/toolforge/web-splash
#
. /etc/web-splash.conf
echo "Content-type: text/html"
echo
cat "$SPLASH_DOCUMENT"
"$SPLASH_BIN/web-splash.sh" register "$REMOTE_ADDR"