mirror of
https://github.com/xkatld/lxdapi-web-server.git
synced 2026-06-20 15:36:02 +08:00
Update lxdapiuserserver.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user