aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-25 04:37:09 -0700
committerfriendica <info@friendica.com>2012-03-25 04:37:09 -0700
commit5bb73034088a3f69009140f6a43e0ea1d46f6a5a (patch)
tree4c32c0b1a1dce4d9952f0348586768d147ccf2a5 /boot.php
parent2e797a6243e7fed3953bc0bfae6ceac4a1e65c63 (diff)
downloadvolse-hubzilla-5bb73034088a3f69009140f6a43e0ea1d46f6a5a.tar.gz
volse-hubzilla-5bb73034088a3f69009140f6a43e0ea1d46f6a5a.tar.bz2
volse-hubzilla-5bb73034088a3f69009140f6a43e0ea1d46f6a5a.zip
NOTIFY_SYSTEM
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index ea88cd39b..19661805c 100755
--- a/boot.php
+++ b/boot.php
@@ -135,6 +135,9 @@ define ( 'NOTIFY_PROFILE', 0x0040 );
define ( 'NOTIFY_TAGSELF', 0x0080 );
define ( 'NOTIFY_TAGSHARE', 0x0100 );
+define ( 'NOTIFY_SYSTEM', 0x8000 );
+
+
/**
* various namespaces we may need to parse
*/