redmatrix is no longer considered a supported platform and will not be listed in pubsites as of 2.x
This commit is contained in:
@@ -54,5 +54,11 @@ class System {
|
||||
return '0.0.0';
|
||||
}
|
||||
|
||||
|
||||
static public function compatible_project($p) {
|
||||
foreach(['hubzilla','zap'] as $t) {
|
||||
if(stristr($p,$t))
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user