more work on firehose

This commit is contained in:
friendica
2014-03-26 18:45:01 -07:00
parent 150bc9866a
commit ed14c1f224
6 changed files with 44 additions and 10 deletions

View File

@@ -324,6 +324,8 @@ function dir_parse_query($s) {
function list_public_sites() {
$r = q("select * from site where site_access != 0 and site_register !=0 order by rand()");
$ret = array('success' => false);