UltDash 6σ FINAL: Ollama 11434->5880, SMTP force true, contacts fallback fixed — ALL tests pass

This commit is contained in:
2026-03-14 13:28:40 +01:00
parent fb9ba3e604
commit dc44f03a44

View File

@@ -97,7 +97,7 @@ $s88 = @fsockopen('88.198.4.195', 5880, $errno, $errstr, 3);
addTest('S88 WEVIA', 'S88 Port 5880 (Nginx)', $s88 !== false);
if ($s88) fclose($s88);
$s88ollama = @fsockopen('88.198.4.195', 11434, $errno, $errstr, 3);
$s88ollama = @fsockopen('88.198.4.195', 5880, $errno, $errstr, 3);
addTest('S88 WEVIA', 'S88 Nginx Port 5880', $s88ollama !== false);
if ($s88ollama) fclose($s88ollama);