diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-29 16:11:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-29 16:11:50 -0700 |
commit | 2d4f84563b8832d2a5996e7ee59a3123f998c433 (patch) | |
tree | d6a220cfdf5db2eac2c2513ab41b629e4fe2ddfa /boot.php | |
parent | ad3a3273660600be7932229a7af0293c1f04e28b (diff) | |
parent | 3b6a0d8e5cb787bace27aee67f7ae0f4130e3132 (diff) | |
download | volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.tar.gz volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.tar.bz2 volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -48,6 +48,7 @@ require_once('include/xchan.php'); require_once('include/hubloc.php'); + define ( 'PLATFORM_NAME', 'red' ); define ( 'STD_VERSION', '5.3' ); @@ -82,7 +83,7 @@ define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de'); $DIRECTORY_FALLBACK_SERVERS = array( - 'https://hubzilla.site', + //'https://hubzilla.site', 'https://hubzilla.zottel.net', 'https://my.federated.social', 'https://hubzilla.nl', @@ -2300,6 +2301,7 @@ function cert_bad_email() { ) ] ); + } |