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

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);