codekasten/web-splash/web-splash.cgi
2005-05-17 10:11:28 +00:00

11 lines
148 B
Bash
Executable file

#!/bin/sh
. /etc/web-splash.conf
echo "Content-type: text/html"
echo
cat "$SPLASH_DOCUMENT"
"$SPLASH_BIN/web-splash.sh" register "$REMOTE_ADDR"