. /usr/local/bin/bashlib servername=`param hostname` gamemodename=`param gamemode` add=`pram online` #It seems quotes are enough,see #https://stackoverflow.com/questions/4273074/sanitize-user-input-in-bash-for-security-purposes if ( $add -eq "true" ) then cat "$servername" >> servers.txt fi echo "Content-type: text/html" echo "" cat ./fileparts/header.html echo "
" echo "Servers currently running Winter Survival 2 - Anarchy:
"
echo ""
cat ./fileparts/footer.html