diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-13 19:20:16 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-13 19:20:16 -0700 |
commit | 13788af90838d66b1c701f935862a37fcc7262f4 (patch) | |
tree | 0fb773c378f1314d379dcc3763d50e5a87fac21b /boot.php | |
parent | 0e6d84e20731f173e489fe0d54b43c01266c0391 (diff) | |
download | volse-hubzilla-13788af90838d66b1c701f935862a37fcc7262f4.tar.gz volse-hubzilla-13788af90838d66b1c701f935862a37fcc7262f4.tar.bz2 volse-hubzilla-13788af90838d66b1c701f935862a37fcc7262f4.zip |
Zot6: some things that need to be done ahead of time so we can turbocharge the delivery engine and split off site records from channel records.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ define ( 'DIRECTORY_MODE_PRIMARY', 0x0001); // There can only be *one* prima define ( 'DIRECTORY_MODE_SECONDARY', 0x0002); // All other mirror directory servers define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub with itself as directory server. +define ( 'ZOT6_COMPLIANT', 0x1000); + // We will look for upstream directories whenever me make contact // with other sites, but if this is a new installation and isn't // a standalone hub, we need to seed the service with a starting |