]> git.plutz.net Git - serve0/commitdiff
removed obsolte code block
authorPaul Hänsch <paul@plutz.net>
Tue, 22 Feb 2022 21:35:51 +0000 (22:35 +0100)
committerPaul Hänsch <paul@plutz.net>
Tue, 22 Feb 2022 21:35:51 +0000 (22:35 +0100)
index.cgi

index f625199d035a76049e316a7ca03912b0138712eb..79b9a87efda3acf8ac0e2084d29a0a67927b1378 100755 (executable)
--- 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"