From a0d00b55f987a06de097bb0e90cb9e31c88ab2bc Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Sun, 20 Sep 2015 15:19:41 +0200 Subject: [PATCH] Update sms-new.lua --- src/apps/sms-new.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/sms-new.lua b/src/apps/sms-new.lua index 90a168a..a27631f 100644 --- a/src/apps/sms-new.lua +++ b/src/apps/sms-new.lua @@ -137,7 +137,7 @@ local function recMsg() end printMsg("Type /logout to exit") while true do - stream = http.post(server.."update.php",head) + stream = http.post(server.."update-new.php",head) if stream then local newMessages = textutils.unserialize(stream.readAll()) stream.close()