Differences From Artifact [212041720e]:
- File view/load.lua — part of check-in [d4ecea913f] at 2020-12-31 00:15:53 on branch trunk — add lots more shit (user: lexi, size: 781) [annotate] [blame] [check-ins using]
To Artifact [dd2878563c]:
- File view/load.lua — part of check-in [db4c5fd644] at 2020-12-31 02:18:38 on branch trunk — start work on user mgmt (user: lexi, size: 799) [annotate] [blame] [check-ins using]
13 13 'login-username'; 14 14 'login-challenge'; 15 15 16 16 'conf'; 17 17 'conf-profile'; 18 18 'conf-sec'; 19 19 'conf-sec-credmg'; 20 + 'conf-user-ctl'; 20 21 } 21 22 22 23 local ingest = function(filename) 23 24 local hnd = io.open(path..'/'..filename) 24 25 local txt = hnd:read('*a') 25 26 io.close(hnd) 26 27 txt = txt:gsub('([^\\])!%b[]', '%1')