aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-21 23:11:27 -0700
committerfriendica <info@friendica.com>2012-08-21 23:11:27 -0700
commit2140c2ea37737e591b562cccc71c63e95abd8667 (patch)
treed6cef87f445b95d2f5b40e4a7239bbff98545f43 /boot.php
parent72d38d75bf50b1d4696ab6c770d81f5751fbf061 (diff)
downloadvolse-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.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 06094e42b..cf9aa3d57 100644
--- a/boot.php
+++ b/boot.php
@@ -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
*/