aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-08 11:08:00 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-08 11:08:00 -0800
commit79340c514715b5353333d8882fba450c9e42cc7e (patch)
treeea60634b2689b02cf9fa7b64bd28f6e06a80084c
parentb9f5076cfc254fffe708d32aa2752adbc1857675 (diff)
downloadvolse-hubzilla-79340c514715b5353333d8882fba450c9e42cc7e.tar.gz
volse-hubzilla-79340c514715b5353333d8882fba450c9e42cc7e.tar.bz2
volse-hubzilla-79340c514715b5353333d8882fba450c9e42cc7e.zip
change to fallback server list
-rwxr-xr-xboot.php4
-rw-r--r--version.inc2
2 files changed, 3 insertions, 3 deletions
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
diff --git a/version.inc b/version.inc
index 97ba9c359..2d04a5143 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-12-07.1239
+2015-12-08.1240