mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
1eeab401f2
* Allow call back function or method on sanitizeFileName sanitizeFileName is great but we can't do everytging with arrays or regular expressions... I propose to add a callBack param on plugin config so we can use a function (or method) to fine tune the filename. Tested on multiple production sites with success * [php:plugin:sanitizer] pass $opts to the callBack function