This commit is contained in:
glenda 2021-01-14 19:32:05 +00:00
parent aacb3e890b
commit cbebcb2f10
1 changed files with 1 additions and 1 deletions

2
rfs
View File

@ -36,6 +36,7 @@ if(~ $mflag yes)
if not
url=`{echo $fullurl | sed 's/gemini:\/\/[0-9 a-z .]*//
s/ //'}
if(~ $url '') url=/
if(test -f $webroot$url){
header 20 text/gemini
cat $webroot$url
@ -49,4 +50,3 @@ if(test -f $webroot$url/index.gmi)
}
header 51 'file not found'