Update lxdapiuserserver.php

This commit is contained in:
勿忘心安
2026-02-01 01:39:26 +08:00
committed by GitHub
parent 8dbea2bbef
commit c33ca2c7c9

View File

@@ -266,7 +266,6 @@ function lxdapiuserserver_CreateAccount($params)
'domainstatus' => 'Active',
'username' => 'root',
'dedicatedip' => $params['server_ip'],
'bwlimit' => (int)($configoptions['traffic_limit'] ?? 100),
];
Db::name('host')->where('id', $params['hostid'])->update($update);