bin/contrib/rc-httpd/handlers/__mkfstmp: remove accidentally committed file.

This commit is contained in:
Stanley Lieber 2016-02-10 20:20:31 -05:00
parent b64418b85f
commit b40a814120

View file

@ -1,14 +0,0 @@
#!/bin/rc
cgiargs=$*
fn error{
if(~ $1 404)
exec cgi $cgiargs
if not
$rc_httpd_dir/handlers/error $1
}
if(~ $location */)
exec cgi $cgiargs
if not
exec serve-static