Update index.lua (#5268)

This commit is contained in:
agree
2020-05-12 12:40:38 -06:00
committed by GitHub
parent 155252d570
commit 3883814c08
@@ -108,7 +108,7 @@
--define the array/table and variables
local var = {}
local key = "";
local value = "";
local value = value;
--parse the cache
key_pairs = explode("&", value);