16 lines
343 B
Bash
Executable file
16 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"
|