mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-07-21 14:44:50 -04:00
qr code lib
This commit is contained in:
parent
54866b1f47
commit
1162262b9c
5 changed files with 1341 additions and 2 deletions
6
init.lua
6
init.lua
|
@ -5,11 +5,15 @@ otp = {
|
|||
storage = minetest.get_mod_storage(),
|
||||
|
||||
-- baseXX functions
|
||||
basexx = loadfile(MP.."/basexx.lua")()
|
||||
basexx = loadfile(MP.."/basexx.lua")(),
|
||||
|
||||
-- qr code
|
||||
qrcode = loadfile(MP.."/qrencode.lua")().qrcode
|
||||
}
|
||||
|
||||
dofile(MP.."/functions.lua")
|
||||
|
||||
if minetest.get_modpath("mtt") and mtt.enabled then
|
||||
dofile(MP.."/functions.spec.lua")
|
||||
dofile(MP.."/qrencode.spec.lua")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue