Update index.lua

Remove code that is not needed.
This commit is contained in:
FusionPBX 2020-05-12 12:44:40 -06:00 committed by GitHub
parent 3883814c08
commit 20d6349601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -105,10 +105,8 @@
--add the function
require "resources.functions.explode";
--define the array/table and variables
--define the array/table
local var = {}
local key = "";
local value = value;
--parse the cache
key_pairs = explode("&", value);