Update Post to Twitter.lsl

This commit is contained in:
Jessica Pixel
2014-11-17 01:37:00 -05:00
parent 214f69bd7d
commit 406bd1e9c0
+2 -2
View File
@@ -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;