mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix socket.io error
We no longer support self-signed certs, so if we cant connect 99% chance the daemon is off.
This commit is contained in:
@@ -9,7 +9,7 @@ return [
|
||||
*/
|
||||
|
||||
'ajax' => [
|
||||
'socket_error' => 'We were unable to connect to the main Socket.IO server, there may be network issues currently. <br /><br />If this is your first time seeing this message it may be because you need to accept this servers SSL certificate. Please click this notification and accept the certificate.',
|
||||
'socket_error' => 'We were unable to connect to the main Socket.IO server, there may be network issues currently. The panel may not work as expected.',
|
||||
'socket_status' => 'This server\'s power status has changed to',
|
||||
'socket_status_crashed' => 'This server has been detected as CRASHED.',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user