mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-31 14:09:07 +02:00
Update app/Models/Node.php
This commit is contained in:
parent
19548338ee
commit
95a8f72058
@ -308,7 +308,6 @@ class Node extends Model
|
|||||||
if ($message->startsWith('cURL error 6: Could not resolve host')) {
|
if ($message->startsWith('cURL error 6: Could not resolve host')) {
|
||||||
$message = str('Could not resolve host');
|
$message = str('Could not resolve host');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($message->startsWith('cURL error 28: Failed to connect to ')) {
|
if ($message->startsWith('cURL error 28: Failed to connect to ')) {
|
||||||
$message = $message->after('cURL error 28: ')->before(' after ');
|
$message = $message->after('cURL error 28: ')->before(' after ');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user