From 406bd1e9c0edc33d24653247ab1800d788a3654b Mon Sep 17 00:00:00 2001 From: Jessica Pixel Date: Mon, 17 Nov 2014 01:37:00 -0500 Subject: [PATCH] Update Post to Twitter.lsl --- General/Post to Twitter.lsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/General/Post to Twitter.lsl b/General/Post to Twitter.lsl index b16a5d6..9fd95bb 100644 --- a/General/Post to Twitter.lsl +++ b/General/Post to Twitter.lsl @@ -1,6 +1,6 @@ key http_request_id; -string URL = "http://liftedpixel.net/pixelplanet/tweet.php"; -string PASS = "itsasecret"; +string URL = "http://location.of/your/script.php"; +string PASS = "xxxxx"; integer timeout = 60; integer ListenHandle;