Revert r1154 and instead apply the patch in cache_acls so that an error is
[invirt/packages/invirt-web.git] / code / kill.cgi
1 #!/bin/sh
2 pkill main.fcgi
3 echo "Content-Type: text/plain"
4 echo
5 echo "Killed."