Got an email today with a fantastically phrased alert:
The daily antivirus scan of your blog suggests alarm.
Went to the site (which belongs to a friend of mine, actually) and re-ran the scan manually; the alarm-suggesting code seems to be this:
add_action('admin_menu', 'rt_theme_option_menu');
require_once(TEMPLATEPATH . '/rttheme_options/custom_form.php');
require_once(TEMPLATEPATH . '/rttheme_options/controlpanel.php');
require_once(TEMPLATEPATH . '/rttheme_options/controlpanel2.php');
require_once(TEMPLATEPATH . '/rttheme_options/controlpanel3.php');
require_once(TEMPLATEPATH . '/rttheme_options/controlpanel4.php');
require_once(TEMPLATEPATH . '/rttheme_options/controlpanel5.php');
require_once(TEMPLATEPATH . '/rttheme_options/controlpanel6.php');
That doesn't look that scary to me, but if it's all fine and can be whitelisted, I don't understand why it would be suggesting alarm NOW and not when I installed the theme about four months ago...
Can anyone tell me if that seems like something worth being alarmed about? Any insight would be greatly appreciated. Thanks!