From d93080ac748453fa398c70c3abd47088383066ed Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 12 Dec 2012 15:27:39 -0800 Subject: So what if Red could do more CMS types of things? And you could add arbitrary web content pages of your own design to your channel resources? Oh wait... --- boot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3084d450a..90a053852 100644 --- a/boot.php +++ b/boot.php @@ -368,6 +368,8 @@ define ( 'ITEM_BLOCKED', 0x0002); define ( 'ITEM_MODERATED', 0x0004); define ( 'ITEM_SPAM', 0x0008); define ( 'ITEM_DELETED', 0x0010); +define ( 'ITEM_UNPUBLISHED', 0x0020); +define ( 'ITEM_WEBPAGE', 0x0040); // is a static web page, not a conversational item /** * Item Flags -- cgit v1.2.3