From 47a356ff52900fd8cd8d4980b44c69c13b2e612f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 1 Dec 2016 14:45:24 -0800 Subject: compatible_project: we are only concerned with the default realm --- Zotlabs/Lib/System.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php index 70443016f..306c90f4a 100644 --- a/Zotlabs/Lib/System.php +++ b/Zotlabs/Lib/System.php @@ -69,6 +69,10 @@ class System { } static public function compatible_project($p) { + + if(get_directory_realm() != DIRECTORY_REALM) + return true; + foreach(['hubzilla','zap'] as $t) { if(stristr($p,$t)) return true; -- cgit v1.2.3