minor fixes

This commit is contained in:
fbsanchez 2021-02-15 19:12:06 +01:00
parent aca9814e0f
commit 30755ba256

View File

@ -4681,10 +4681,10 @@ class AgentWizard extends HTML
$macros[11]['value'] = $this->privacyMethodV3; $macros[11]['value'] = $this->privacyMethodV3;
// PrivKey. // PrivKey.
$macros[11]['value'] = $this->privacyPassV3; $macros[12]['value'] = $this->privacyPassV3;
// Hash identifier. // Hash identifier.
$macros[12]['value'] = uniqid(); $macros[13]['value'] = uniqid();
$moduleName = $name.'Bandwidth'; $moduleName = $name.'Bandwidth';
$definition['Bandwidth'] = [ $definition['Bandwidth'] = [