From 998dd582068a2ffd31f3388aaefe4d639d7eb9c0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 4 May 2018 09:37:22 +0200 Subject: switch DIRECTORY_FALLBACK_MASTER to https://zotadel.net --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 5cf6cedeb..981ca8837 100755 --- a/boot.php +++ b/boot.php @@ -81,7 +81,7 @@ define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub // point to go out and find the rest of the world. define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); -define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de'); +define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.zottel.net', -- cgit v1.2.3 From 76e644e18af572e5ea96223a2ad3c48f5e34be37 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 4 May 2018 12:00:59 +0200 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 981ca8837..f7c7e645a 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.5.2' ); +define ( 'STD_VERSION', '3.5.3' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3