diff options
Diffstat (limited to 'authenticator-freeswitch-vmail.lua')
-rw-r--r-- | authenticator-freeswitch-vmail.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authenticator-freeswitch-vmail.lua b/authenticator-freeswitch-vmail.lua index 38e6342..423121d 100644 --- a/authenticator-freeswitch-vmail.lua +++ b/authenticator-freeswitch-vmail.lua @@ -1,7 +1,7 @@ -- Copy of authenticator-plaintext, plus added authentication from voicemail DB module (..., package.seeall) -require("md5") +md5 = require("md5") list_fields = function(self, tabl) return nil |