codekasten/web-splash/web-splash.cgi

11 lines
148 B
Text
Raw Normal View History

2005-05-17 02:39:58 +02:00
#!/bin/sh
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"