Differences From Artifact [9f4f065de0]:
- File view/load.lua — part of check-in [93aea04a05] at 2021-01-07 20:39:57 on branch trunk — media uploads work now, some types can be viewed (user: lexi, size: 877) [annotate] [blame] [check-ins using]
To Artifact [15344e4760]:
- File view/load.lua — part of check-in [d6024624c6] at 2021-01-08 05:58:30 on branch trunk — enable passwords (user: lexi, size: 896) [annotate] [blame] [check-ins using]
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)