X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=index.cgi;h=e7323cf6452c193fcbb923ed60f0dfc5045cfcc8;hb=aabc6554bd9508036d2a749a3c8f2605fc7eb55d;hp=c5b1652ca4bf5eb10c4d0010fa92eb5752aaeb2e;hpb=3be70af0db638f7a7a98ec80faf3923a11015a21;p=rawnet diff --git a/index.cgi b/index.cgi index c5b1652..e7323cf 100755 --- a/index.cgi +++ b/index.cgi @@ -7,8 +7,6 @@ USER_REQUIREEMAIL=false . "$_EXEC"/cgilite/session.sh nocookie . "$_EXEC"/cgilite/users.sh -PATH_INFO="$(PATH "/${PATH_INFO#${_BASE}}")" - export MD_HTML="false" if [ "$(which awk)" ]; then markdown() { awk -f "$_EXEC/cgilite/markdown.awk"; }