diff options
Diffstat (limited to 'lib/unsubscribeform.php')
-rw-r--r-- | lib/unsubscribeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unsubscribeform.php b/lib/unsubscribeform.php index 0ce343e11..cb6a87515 100644 --- a/lib/unsubscribeform.php +++ b/lib/unsubscribeform.php @@ -28,7 +28,7 @@ * @link http://status.net/ */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } |