Update index.lua (#5268)

This commit is contained in:
agree
2020-05-12 14:40:38 -04:00
committed by GitHub
parent 155252d570
commit 3883814c08

View File

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