mirror of
https://github.com/v2board/v2board.git
synced 2025-02-11 07:59:11 +08:00
update
This commit is contained in:
parent
ec284241ee
commit
8e6ee35efb
@ -56,7 +56,6 @@ class ServerController extends Controller
|
|||||||
if (!is_object(json_decode($params['settings']))) {
|
if (!is_object(json_decode($params['settings']))) {
|
||||||
abort(500, '传输协议配置格式不正确');
|
abort(500, '传输协议配置格式不正确');
|
||||||
}
|
}
|
||||||
$server->settings = $params['settings'];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($request->input('id')) {
|
if ($request->input('id')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user