1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-14 15:27:40 +00:00

security start

This commit is contained in:
kepler155c@gmail.com
2017-05-05 21:43:17 -04:00
parent bc5cc5e97b
commit ab73e3f2f9
6 changed files with 199 additions and 14 deletions

View File

@@ -67,6 +67,11 @@ function os.getSecretKey()
return Util.readFile('.secret')
end
function os.getPassword()
Config.load('os', config)
return config.password
end
os.lock = function()
--os.locked = true