]> git.plutz.net Git - serve0/blobdiff - index.cgi
Merge commit 'b931bbd0c30907b9cc956d3707b26b449bf41f76'
[serve0] / 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"