aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-01 20:03:23 -0800
committerzotlabs <mike@macgirvin.com>2016-12-01 20:03:23 -0800
commitec97464007d2e770860523908231a771f7b811ec (patch)
treed9cf2de2f6438a29bb0f2c76392d951702c825dc /boot.php
parent1ff6e4db9dce95b23150d2f04ceb7dfda9c08b35 (diff)
downloadvolse-hubzilla-ec97464007d2e770860523908231a771f7b811ec.tar.gz
volse-hubzilla-ec97464007d2e770860523908231a771f7b811ec.tar.bz2
volse-hubzilla-ec97464007d2e770860523908231a771f7b811ec.zip
fallback directory servers need to be in the same realm
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index 8e365703b..03d2b7d39 100755
--- a/boot.php
+++ b/boot.php
@@ -63,7 +63,6 @@ define ( 'DB_UPDATE_VERSION', 1185 );
*/
define ( 'EOL', '<br>' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
-//define ( 'NULL_DATE', '0000-00-00 00:00:00' );
define ( 'TEMPLATE_BUILD_PATH', 'store/[data]/smarty3' );
define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // A directory client
@@ -84,8 +83,7 @@ $DIRECTORY_FALLBACK_SERVERS = array(
'https://hubzilla.zottel.net',
'https://hub.pixelbits.de',
'https://my.federated.social',
- 'https://hubzilla.nl',
- 'https://blablanet.es'
+ 'https://hubzilla.nl'
);