aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-24 21:08:45 -0700
committerfriendica <info@friendica.com>2013-07-24 21:08:45 -0700
commit9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2 (patch)
tree989cd6777ccb381d774f90c2ba41c00ebd81e519 /boot.php
parent1a624c10aaa7652289ea54c7846d4dcac13464b8 (diff)
downloadvolse-hubzilla-9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2.tar.gz
volse-hubzilla-9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2.tar.bz2
volse-hubzilla-9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2.zip
obscured flags for items
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5615c37b3..8f2f7af6e 100755
--- a/boot.php
+++ b/boot.php
@@ -456,7 +456,7 @@ define ( 'ITEM_NSFW', 0x0100);
define ( 'ITEM_RELAY', 0x0200); // used only in the communication layers, not stored
define ( 'ITEM_MENTIONSME', 0x0400);
define ( 'ITEM_NOCOMMENT', 0x0800); // commenting/followups are disabled
-
+define ( 'ITEM_OBSCURED', 0x1000); // bit-mangled to protect from casual browsing by site admin
/**
*