X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=index.cgi;h=3cee46fa04bdf3a24b4169451c524cc8dd095c7b;hp=f625199d035a76049e316a7ca03912b0138712eb;hb=HEAD;hpb=dad2839effb7a3a43496c1bac919de8eccb0e3ae 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"