From e6d27f2392a5f2b5d6128f462e3c90abf3c84636 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 22 Feb 2022 22:35:51 +0100 Subject: [PATCH] removed obsolte code block --- index.cgi | 15 --------------- 1 file changed, 15 deletions(-) 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" -- 2.39.2