diff options
Diffstat (limited to 'actions/twitapiblocks.php')
-rw-r--r-- | actions/twitapiblocks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twitapiblocks.php b/actions/twitapiblocks.php index 808e79220..ed17946ae 100644 --- a/actions/twitapiblocks.php +++ b/actions/twitapiblocks.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } |