Update sms.lua

This commit is contained in:
Ale32bit 2015-10-05 17:43:02 +02:00
parent 34c8d0bfba
commit 52aa39fdb0

View file

@ -29,7 +29,7 @@ f.close()
f = fs.open("/.sPhone/config/.sIDpw", "r") f = fs.open("/.sPhone/config/.sIDpw", "r")
local pass = f.readLine() local pass = f.readLine()
f.close() f.close()
local head = "user="..user.."&password="..pass.."$hashed=true" local head = "user="..user.."&password="..pass.."&hashed=true"
http.request(server.."login.php",head) http.request(server.."login.php",head)
local update = os.startTimer(0.15) local update = os.startTimer(0.15)
local pos = 1 local pos = 1