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