summaryrefslogtreecommitdiff
path: root/scripts/twitterqueuehandler.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-08-28 07:03:32 +0000
committerZach Copley <zach@controlyourself.ca>2009-08-28 07:03:32 +0000
commitca30cc2d594acabefeafa61edb61342b32752bc1 (patch)
tree8e843c7ecbaeb7c160495e18f7407acade4aa117 /scripts/twitterqueuehandler.php
parentc0d03fc2799c7b0c57d05166b404a3d13427f497 (diff)
parent36c104fb34d7128a0372dd3f77504c0b2f76ba80 (diff)
Merge branch 'twitter-basic-auth' into 0.8.x
Diffstat (limited to 'scripts/twitterqueuehandler.php')
-rwxr-xr-xscripts/twitterqueuehandler.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/twitterqueuehandler.php b/scripts/twitterqueuehandler.php
index ce4d824d0..992141f9d 100755
--- a/scripts/twitterqueuehandler.php
+++ b/scripts/twitterqueuehandler.php
@@ -19,6 +19,8 @@
*/
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
+define('STATUSNET', true);
+define('LACONICA', true); // compatibility
$shortoptions = 'i::';
$longoptions = array('id::');