mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +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']))) {
|
||||
abort(500, '传输协议配置格式不正确');
|
||||
}
|
||||
$server->settings = $params['settings'];
|
||||
}
|
||||
|
||||
if ($request->input('id')) {
|
||||
|
Loading…
Reference in New Issue
Block a user