parsav  Diff

Differences From Artifact [15344e4760]:

To Artifact [3d222d2b19]:


    20     20   	'login-challenge';
    21     21   
    22     22   	'conf';
    23     23   	'conf-profile';
    24     24   	'conf-sec';
    25     25   	'conf-sec-credmg';
    26     26   	'conf-sec-pwnew';
           27  +	'conf-sec-keynew';
    27     28   	'conf-user-ctl';
    28     29   }
    29     30   
    30     31   local ingest = function(filename)
    31     32   	local hnd = io.open(path..'/'..filename)
    32     33   	local txt = hnd:read('*a')
    33     34   	io.close(hnd)