summaryrefslogtreecommitdiff
path: root/actions/hostmeta.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/hostmeta.php')
-rw-r--r--actions/hostmeta.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/hostmeta.php b/actions/hostmeta.php
index be73665f2..b7beee5a8 100644
--- a/actions/hostmeta.php
+++ b/actions/hostmeta.php
@@ -24,7 +24,9 @@
* @author Craig Andrews <candrews@integralblue.com>
*/
-if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
+if (!defined('STATUSNET')) {
+ exit(1);
+}
class HostMetaAction extends Action
{