From c33ca2c7c9adce9d8f19caf3fa492832b6055cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8B=BF=E5=BF=98=E5=BF=83=E5=AE=89?= <36999228+xkatld@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:39:26 +0800 Subject: [PATCH] Update lxdapiuserserver.php --- Fmis/zjmf/lxdapiuserserver/lxdapiuserserver.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Fmis/zjmf/lxdapiuserserver/lxdapiuserserver.php b/Fmis/zjmf/lxdapiuserserver/lxdapiuserserver.php index 74592e9..225f3b8 100644 --- a/Fmis/zjmf/lxdapiuserserver/lxdapiuserserver.php +++ b/Fmis/zjmf/lxdapiuserserver/lxdapiuserserver.php @@ -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);