You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vprint_status('Sante PACS Server PG seems to be running on the server.')
60
-
returnCheckCode::Detected
64
+
returnCheckCode::Detected('Sante PACS Server PG seems to be running on the server.')
61
65
end
66
+
62
67
returnCheckCode::Safe
63
68
end
64
69
returnCheckCode::Unknown
@@ -75,9 +80,9 @@ def run
75
80
76
81
fail_with(Failure::Unknown,'No response from server.')ifres.nil?
77
82
fail_with(Failure::UnexpectedReply,'Non-200 returned from server. If you believe the path is correct, try increasing the path traversal depth.')ifres.code != 200
0 commit comments