Update index.lua

This commit is contained in:
FusionPBX 2016-08-17 09:55:08 -06:00 committed by GitHub
parent ad5d13a170
commit a052465b0d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
end
--get the pin number from the caller
if (agent_password == nil and agent_authorized ~= 'true')) then
if (agent_password == nil and agent_authorized ~= 'true') then
min_digits = 3;
max_digits = 20;
max_tries = 3;