redmatrix is no longer considered a supported platform and will not be listed in pubsites as of 2.x

This commit is contained in:
zotlabs
2016-11-19 13:01:50 -08:00
parent 36322acb6d
commit abb3341030
3 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ class Dirsearch extends \Zotlabs\Web\Controller {
}
function get() {
function get() {
$ret = array('success' => false);
@@ -457,6 +457,6 @@ class Dirsearch extends \Zotlabs\Web\Controller {
}
}
return $ret;
}
}
}