Update sID.lua

This commit is contained in:
Ale2610 2015-08-29 16:10:47 +02:00
parent 827a6fa176
commit 8b47895243

View file

@ -1,3 +1,7 @@
local isDown
local menu
local id
if not sPhone then if not sPhone then
print("This app is for sPhone") print("This app is for sPhone")
return return
@ -32,4 +36,17 @@ if isDown ~= "true" then
return return
end end
if fs.exists("/.sPhone/config/.sIDpw") then
menu = {
"Logout",
}
_, id = ui.menu("Sertex ID")
else
menu = {
"Login",
"New Account",
}
_, id = ui.menu("Sertex ID")
end
header() header()