GrumbleShark
Member
Recently moved from vBulletin to Xenforo, and things are going well overall. Having said that, I have begun getting this message every night:
This is the original contents of that file:
And here are the contents of my file:
I feel this is a false positive, however I'm not sure how to mark this file as safe.
Is there a way to tell File Health to chill?
File health check results
Check completed on 5,443 files. The files listed below have contents different from those originally downloaded.
If you have edited these files yourself, you may ignore this message, otherwise you should investigate further as this may be evidence of corrupted or altered files.
XenForo Redirects for vBulletin
src/addons/XF301VB/SourceLocation/index.php Unexpected contents
This is the original contents of that file:
<?php
// Enter the full path to your XenForo directory here:
$dir = '/home/username/public_html/xenforo2';
require($dir . '/src/XF.php');
XF::start($dir);
XF::runApp('XF301VB\Pub\App');
And here are the contents of my file:
<?php
// Enter the full path to your XenForo directory here:
$dir = '/home/XXXXX/public_html/forum';
require($dir . '/src/XF.php');
XF::start($dir);
XF::runApp('XF301VB\Pub\App');
I feel this is a false positive, however I'm not sure how to mark this file as safe.
Is there a way to tell File Health to chill?