pubsites broken and directory server admin selection includes known dead sites
This commit is contained in:
@@ -36,7 +36,8 @@ class Pubsites extends \Zotlabs\Web\Controller {
|
||||
$o .= '</tr>';
|
||||
if($j['sites']) {
|
||||
foreach($j['sites'] as $jj) {
|
||||
if(! \Zotlabs\Lib\System::compatible_project($jj['project']))
|
||||
$projectname = explode(' ',$jj['project']);
|
||||
if(! \Zotlabs\Lib\System::compatible_project($projectname[0]))
|
||||
continue;
|
||||
if(strpos($jj['version'],' ')) {
|
||||
$x = explode(' ', $jj['version']);
|
||||
|
Reference in New Issue
Block a user