XF 2.1 File Health Check

Ozzy47

Well-known member
If I wanted to create a function in an addon that would let me "whitelist" files to ignore during the file health check, where would I begin?
 
The check happens in \XF\Job\FileCheck, but it's embedded deeply in the run() method so it's not particularly easy to hook. You could maybe read the output file, decode it, remove whitelisted entries, and re-save it.
 
Back
Top Bottom