10 lines
124 B
Text
10 lines
124 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo "Content-type: text/html"
|
||
|
echo
|
||
|
|
||
|
cat "$SPLASH_DOCUMENT"
|
||
|
|
||
|
#/test/web-splash.sh register
|
||
|
set | sed "s/$/<br>/"
|