From f2d6ce6c08d670aa741cfec94e697756aadfae78 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Mon, 28 Sep 2020 22:32:11 -0700 Subject: add comment about commendted out code --- dir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dir.c b/dir.c index 033146e..3c163ed 100644 --- a/dir.c +++ b/dir.c @@ -124,7 +124,8 @@ void dirlist(void) { " }\n" "}\n"); -/* if(rt.js>=2) fprintf(cgiOut, +/* this code is for fancy upload status via ajax call to cgic counterpart + if(rt.js>=2) fprintf(cgiOut, "function xmlhttpPost(strURL) {\n" " var xmlHttpReq = false;\n" " var self = this;\n" -- cgit v1.2.3