diff options
author | friendica <info@friendica.com> | 2012-08-21 23:11:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-21 23:11:27 -0700 |
commit | 2140c2ea37737e591b562cccc71c63e95abd8667 (patch) | |
tree | d6cef87f445b95d2f5b40e4a7239bbff98545f43 /boot.php | |
parent | 72d38d75bf50b1d4696ab6c770d81f5751fbf061 (diff) | |
download | volse-hubzilla-2140c2ea37737e591b562cccc71c63e95abd8667.tar.gz volse-hubzilla-2140c2ea37737e591b562cccc71c63e95abd8667.tar.bz2 volse-hubzilla-2140c2ea37737e591b562cccc71c63e95abd8667.zip |
basic hub registration
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -204,6 +204,12 @@ define ( 'NOTIFY_POKE', 0x0200 ); define ( 'NOTIFY_SYSTEM', 0x8000 ); + +define ( 'HUBLOC_FLAGS_PRIMARY', 0x0001); +define ( 'HUBLOC_FLAGS_UNVERIFIED', 0x0002); + + + /** * Tag/term types */ |