aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
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
*/