change to fallback server list
This commit is contained in:
parent
b9f5076cfc
commit
79340c5147
4
boot.php
4
boot.php
@ -83,7 +83,7 @@ $DIRECTORY_FALLBACK_SERVERS = array(
|
|||||||
'https://zothub.com',
|
'https://zothub.com',
|
||||||
'https://hubzilla.site',
|
'https://hubzilla.site',
|
||||||
'https://red.zottel.red',
|
'https://red.zottel.red',
|
||||||
'https://gravizot.de',
|
'https://hub.pixelbits.de',
|
||||||
'https://my.federated.social',
|
'https://my.federated.social',
|
||||||
'https://hubzilla.nl'
|
'https://hubzilla.nl'
|
||||||
);
|
);
|
||||||
@ -1324,7 +1324,7 @@ function check_config(&$a) {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$r = q("SELECT * FROM `addon` WHERE `installed` = 1");
|
$r = q("SELECT * FROM addon WHERE installed = 1");
|
||||||
if($r)
|
if($r)
|
||||||
$installed = $r;
|
$installed = $r;
|
||||||
else
|
else
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-12-07.1239
|
2015-12-08.1240
|
||||||
|
Reference in New Issue
Block a user