diff options
author | friendica <info@friendica.com> | 2012-12-22 03:39:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-22 03:39:48 -0800 |
commit | 91932ac5a8d13ba57070512389efaaffdafbd03b (patch) | |
tree | 73dc8cb52d9770e76807028b10f8d69fdffcc9b9 /boot.php | |
parent | f09b9f1e446ff005a19c451efccbd8b3806ef5f9 (diff) | |
download | volse-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ); |