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

This commit is contained in:
sl 2016-02-10 20:20:31 -05:00
parent 5bde5e35a5
commit 396ff63593

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