From 79340c514715b5353333d8882fba450c9e42cc7e Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 8 Dec 2015 11:08:00 -0800 Subject: change to fallback server list --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d80d5fd07..c6397c06a 100755 --- a/boot.php +++ b/boot.php @@ -83,7 +83,7 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://zothub.com', 'https://hubzilla.site', 'https://red.zottel.red', - 'https://gravizot.de', + 'https://hub.pixelbits.de', 'https://my.federated.social', '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) $installed = $r; else -- cgit v1.2.3