diff options
Diffstat (limited to 'actions/outbox.php')
-rw-r--r-- | actions/outbox.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/outbox.php b/actions/outbox.php index a1fc81dfd..537fad3ef 100644 --- a/actions/outbox.php +++ b/actions/outbox.php @@ -27,7 +27,7 @@ * @link http://status.net/ */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } |