Update sPhone.lua

This commit is contained in:
Ale2610 2015-08-25 18:00:36 +02:00
parent 505f5e3c9a
commit 1b92f182dc

View file

@ -479,7 +479,8 @@ local function kernel()
local rServer = http.post("http://sertex.esy.es/register.php", "user="..name.."&password="..pw).readAll() local rServer = http.post("http://sertex.esy.es/register.php", "user="..name.."&password="..pw).readAll()
if rServer ~= "Success!" then if rServer ~= "Success!" then
print("The server is down") print("The server is down")
print("Retry later") print("Or Username already exists")
print("Retry later in the app sID")
sleep(1) sleep(1)
end end
local f = fs.open("/.sPhone/config/username","w") local f = fs.open("/.sPhone/config/username","w")