From 91932ac5a8d13ba57070512389efaaffdafbd03b Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 22 Dec 2012 03:39:48 -0800 Subject: When is a channel not a person (or a group/forum or blog or product page or whatever)? When it's something else completely. --- boot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.php b/boot.php index 01b8c7dd1..d85309634 100644 --- a/boot.php +++ b/boot.php @@ -145,6 +145,7 @@ define ( 'UPDATE_FAILED', 1); define ( 'PAGE_NORMAL', 0x0000 ); define ( 'PAGE_HIDDEN', 0x0001 ); define ( 'PAGE_AUTOCONNECT', 0x0002 ); +define ( 'PAGE_APPLICATION', 0x0004 ); //define ( 'PAGE_FREELOVE', 3 ); //define ( 'PAGE_BLOG', 4 ); -- cgit v1.2.3