From: Paul Hänsch Date: Tue, 22 Feb 2022 21:35:51 +0000 (+0100) Subject: removed obsolte code block X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=e6d27f2392a5f2b5d6128f462e3c90abf3c84636 removed obsolte code block --- diff --git a/index.cgi b/index.cgi index f625199..79b9a87 100755 --- a/index.cgi +++ b/index.cgi @@ -81,21 +81,6 @@ case $ACTION in fi;; esac -# case $PATH_INFO in -# /style.css) -# . "$_EXEC/cgilite/file.sh" -# [ -r "$_DATA/$PATH_INFO" ] \ -# && FILE "$_DATA/$PATH_INFO" \ -# || FILE "$_EXEC/style.css" -# return 0 -# ;; -# /stereoview.js) -# . "$_EXEC/cgilite/file.sh" -# FILE "$_EXEC/stereoview.js" -# return 0 -# ;; -# esac - if [ -f "$_EXEC/$PATH_INFO" ]; then . "$_EXEC/cgilite/file.sh" FILE "$_EXEC/$PATH_INFO"