diff options
Diffstat (limited to 'Zotlabs/Lib/System.php')
-rw-r--r-- | Zotlabs/Lib/System.php | 4 |
1 files changed, 4 insertions, 0 deletions
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; |