7370e90779
Issue: Selecting scan from Maldet menu ran all available scanners (ImunifyAV, Maldet, RKHunter) instead of just Maldet Root cause: Variable case mismatch - code checked AVAILABLE_SCANNERS (uppercase) but actual array was available_scanners (lowercase). So MALDET_ONLY filter never worked. Solution: - Fixed variable names to lowercase throughout - MALDET_ONLY flag now properly filters to Maldet-only - Changed exit to return (for sourced function) Now Maldet menu only uses Maldet, multi-scanner mode is separate.