parsav  Diff

Differences From Artifact [15344e4760]:

To Artifact [3d222d2b19]:


20
21
22
23
24
25
26

27
28
29
30
31
32
33
	'login-challenge';

	'conf';
	'conf-profile';
	'conf-sec';
	'conf-sec-credmg';
	'conf-sec-pwnew';

	'conf-user-ctl';
}

local ingest = function(filename)
	local hnd = io.open(path..'/'..filename)
	local txt = hnd:read('*a')
	io.close(hnd)







>







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
	'login-challenge';

	'conf';
	'conf-profile';
	'conf-sec';
	'conf-sec-credmg';
	'conf-sec-pwnew';
	'conf-sec-keynew';
	'conf-user-ctl';
}

local ingest = function(filename)
	local hnd = io.open(path..'/'..filename)
	local txt = hnd:read('*a')
	io.close(hnd)