X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=index.cgi;h=9b38362b665dffae0b6a0f59286e0aff5d8da30e;hb=5f0ce9f567afab5c48a592fbdb7bd0cd182cb3f9;hp=ea78af168a22a187e80bfa4e1bfa302b7afa67dd;hpb=ad80bc2c5d655b67abea18b7b6c107896e7b3150;p=shellwiki diff --git a/index.cgi b/index.cgi index ea78af1..9b38362 100755 --- a/index.cgi +++ b/index.cgi @@ -86,8 +86,6 @@ case "${PATH_INFO}" in if [ -f "$_DATA/pages/$PATH_INFO/#page.md" \ -o -f "$_EXEC/pages/$PATH_INFO/#page.md" ]; then theme_page "${PATH_INFO}" - else - theme_404 fi ;; */"[login]")