fix bug
This commit is contained in:
parent
43179c8b3c
commit
52abd21183
|
@ -162,7 +162,7 @@ class ConfigController extends Controller {
|
|||
}
|
||||
return $this->render('index', [
|
||||
"servermqtt" => $servermqtt,
|
||||
"url" => $temp[2]
|
||||
"url" => isset($temp[2]) ? $temp[2] : ""
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user