aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-22 03:39:48 -0800
committerfriendica <info@friendica.com>2012-12-22 03:39:48 -0800
commit91932ac5a8d13ba57070512389efaaffdafbd03b (patch)
tree73dc8cb52d9770e76807028b10f8d69fdffcc9b9 /boot.php
parentf09b9f1e446ff005a19c451efccbd8b3806ef5f9 (diff)
downloadvolse-hubzilla-91932ac5a8d13ba57070512389efaaffdafbd03b.tar.gz
volse-hubzilla-91932ac5a8d13ba57070512389efaaffdafbd03b.tar.bz2
volse-hubzilla-91932ac5a8d13ba57070512389efaaffdafbd03b.zip
When is a channel not a person (or a group/forum or blog or product page or whatever)? When it's something else completely.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
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 );