From 42aaaedefa366ca45f8cdc02be43968a02e3956c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:48:17 +0000 Subject: Change use of require to work with Lua 5.2 --- authenticator-freeswitch-vmail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authenticator-freeswitch-vmail.lua') 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 -- cgit v1.2.3