basic cgi added
This commit is contained in:
parent
bdc8da0746
commit
b196b7ecd0
3 changed files with 25 additions and 0 deletions
9
web-splash/web-splash.cgi
Executable file
9
web-splash/web-splash.cgi
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Content-type: text/html"
|
||||
echo
|
||||
|
||||
cat "$SPLASH_DOCUMENT"
|
||||
|
||||
#/test/web-splash.sh register
|
||||
set | sed "s/$/<br>/"
|
Loading…
Add table
Add a link
Reference in a new issue