10 lines
148 B
Bash
Executable file
10 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"
|