X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=index.cgi;h=9037c330099f6bc876743d39888543912bf3058c;hb=ec2f9c506f3cccd2f8c2ac9343979ac37541bc75;hp=efae974727b9340b4206c613059a3648de079ab8;hpb=cbee5980664bda77bee3d5d724d9990512053bf1;p=webpoll diff --git a/index.cgi b/index.cgi index efae974..9037c33 100755 --- a/index.cgi +++ b/index.cgi @@ -76,7 +76,7 @@ page_home() { EOF fi } -page_newdate() { . $_EXEC/newdate.sh; } +page_newdate() { . "$_EXEC"/newdate.sh; } case ${PATH_INFO} in /favicon.ico) printf '%s\r\n' 'Content-Length: 0' '';; @@ -88,3 +88,4 @@ case ${PATH_INFO} in *);; esac +exit 0