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