K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-24T19:51:18.506404Z K 7 svn:log V 287 lualoader: Split config file I/O out into a separate function This is step 1 towards revoking config.parse of it I/O privileges. Ideally, all reading would be done before config.parse and config.parse would just take text and parse it rather than being charged with the entire process. END