summaryrefslogtreecommitdiff
path: root/actions/sup.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/sup.php')
-rw-r--r--actions/sup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/sup.php b/actions/sup.php
index b635de194..5daf0a1c1 100644
--- a/actions/sup.php
+++ b/actions/sup.php
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-if (!defined('STATUSNET')) { exit(1); }
+if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
class SupAction extends Action
{