Core_Notify) || empty($ff->Core_Notify['routes']) ){ return; } $error = array(); foreach ($ff->Core_Notify['routes'] as $server => $settings){ if(empty($settings['username']) || empty($settings['password'])){ $error[] = "{$server} missing username or password"; continue; } } } }