fix empty status wg
This commit is contained in:
+1
-1
@@ -1739,7 +1739,7 @@ DNS-over-HTTPS with IP:
|
||||
]);
|
||||
}
|
||||
}
|
||||
$text = "Menu -> Wireguard\n\n<code>" . implode(PHP_EOL, $text) . '</code>';
|
||||
$text = "Menu -> Wireguard\n\n<code>" . implode(PHP_EOL, $text ?: []) . '</code>';
|
||||
$data[] = [[
|
||||
'text' => $this->i18n('back'),
|
||||
'callback_data' => "/menu",
|
||||
|
||||
Reference in New Issue
Block a user