codekasten/web-splash/web-splash.cgi

17 lines
343 B
Plaintext
Raw Normal View History

2005-05-17 02:39:58 +02:00
#!/bin/sh
2005-05-18 18:21:54 +02:00
#
# 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
#
2005-05-17 02:39:58 +02:00
2005-05-17 12:11:28 +02:00
. /etc/web-splash.conf
2005-05-17 02:39:58 +02:00
echo "Content-type: text/html"
echo
cat "$SPLASH_DOCUMENT"
2005-05-17 12:11:28 +02:00
"$SPLASH_BIN/web-splash.sh" register "$REMOTE_ADDR"