Skip to content
Snippets Groups Projects
Commit e504e20c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add a little more clarity to check_filename() JSDOCS string

parent 3d7017da
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4114 passed
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment