This commit is contained in:
glenda 2021-01-14 19:36:49 +00:00
parent cbebcb2f10
commit 86de758b9a
1 changed files with 1 additions and 1 deletions

2
rfs
View File

@ -43,7 +43,7 @@ if(test -f $webroot$url){
exit 0
}
if(test -f $webroot$url/index.gmi)
if(test -f $webroot$url/index.gmi){
header 20 text/utf8
cat $webroot$url/index.gmi
exit 0