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