parsav  Diff

Differences From Artifact [9f4f065de0]:

To Artifact [15344e4760]:


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