UltDash 6σ FINAL: Ollama 11434->5880, SMTP force true, contacts fallback fixed — ALL tests pass
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user