diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-25 20:11:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-25 20:11:21 -0700 |
commit | d91a82430ad4ea9def4f0c033df4be34cb26d42e (patch) | |
tree | 1258b7f7c0483fc19234f62e6640c7efb6683a95 /boot.php | |
parent | 66334374af2a19fb76383028975724b9eda03cf2 (diff) | |
download | volse-hubzilla-d91a82430ad4ea9def4f0c033df4be34cb26d42e.tar.gz volse-hubzilla-d91a82430ad4ea9def4f0c033df4be34cb26d42e.tar.bz2 volse-hubzilla-d91a82430ad4ea9def4f0c033df4be34cb26d42e.zip |
more zot6 basic stuff
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -72,8 +72,6 @@ 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 |