no message

This commit is contained in:
hellcat 2026-04-26 18:26:09 +08:00
parent 472558ac5e
commit 04e22ac7eb

View File

@ -88,6 +88,8 @@ class Node extends Base {
$oNode->node_bandwidth = 0;
$oNode->node_bandwidth_limit = 0;
$oNode->bandwidthlimit_resetday = 0;
$oNode->duck_code = str_replace('server', 'node', $oNode->duck_code);
$oNode->duck_group = str_replace('server', 'node', $oNode->duck_group);
$oNode->is_shadow = 1;
$oNode->password = array_pop($aPwds[$oNode->pid]) ?? Tools::genRandomChar(32);
$iDone += $oNode->save();