diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-23 08:43:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-23 08:43:48 +0200 |
commit | 152224944b3b007acdbd5ef50372f3e00916414f (patch) | |
tree | 9b8d75e8d6013d0da2b94d8612b4296fc1eed6d1 | |
parent | f86d12c8f462a32fc3265912dafcc21c580dd196 (diff) | |
download | volse-hubzilla-152224944b3b007acdbd5ef50372f3e00916414f.tar.gz volse-hubzilla-152224944b3b007acdbd5ef50372f3e00916414f.tar.bz2 volse-hubzilla-152224944b3b007acdbd5ef50372f3e00916414f.zip |
add new directory fallback server
-rwxr-xr-x | boot.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '4.3' ); +define ( 'STD_VERSION', '4.2RC1' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); @@ -84,7 +84,8 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://zotadel.net', - 'https://zotsite.net' + 'https://zotsite.net', + 'https://hub.netzgemeinde.eu' ); |