From e504e20cb6fb6152f4a12b21cb7574f411da8fad Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows)" <rob@synchro.net> Date: Sun, 23 Apr 2023 18:59:00 -0700 Subject: [PATCH] Add a little more clarity to check_filename() JSDOCS string --- src/sbbs3/js_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/js_system.c b/src/sbbs3/js_system.c index c6c3ec340e..3be0304174 100644 --- a/src/sbbs3/js_system.c +++ b/src/sbbs3/js_system.c @@ -2253,7 +2253,7 @@ static jsSyncMethodSpec js_system_functions[] = { }, {"check_filename", js_chkfname, 1, JSTYPE_BOOLEAN, JSDOCSTR("filename") ,JSDOCSTR("Verify that the specified <i>filename</i> string is legal and allowed for upload by users " - "(based on system configuration), returns <i>true</i> if the filename is allowed") + "(based on system configuration and filter files), returns <i>true</i> if the filename is allowed") ,31902 }, {"allowed_filename", js_allowed_fname, 1, JSTYPE_BOOLEAN, JSDOCSTR("filename") -- GitLab