When is a channel not a person (or a group/forum or blog or product page or whatever)? When it's something else completely.
This commit is contained in:
parent
f09b9f1e44
commit
91932ac5a8
1
boot.php
1
boot.php
@ -145,6 +145,7 @@ define ( 'UPDATE_FAILED', 1);
|
|||||||
define ( 'PAGE_NORMAL', 0x0000 );
|
define ( 'PAGE_NORMAL', 0x0000 );
|
||||||
define ( 'PAGE_HIDDEN', 0x0001 );
|
define ( 'PAGE_HIDDEN', 0x0001 );
|
||||||
define ( 'PAGE_AUTOCONNECT', 0x0002 );
|
define ( 'PAGE_AUTOCONNECT', 0x0002 );
|
||||||
|
define ( 'PAGE_APPLICATION', 0x0004 );
|
||||||
|
|
||||||
//define ( 'PAGE_FREELOVE', 3 );
|
//define ( 'PAGE_FREELOVE', 3 );
|
||||||
//define ( 'PAGE_BLOG', 4 );
|
//define ( 'PAGE_BLOG', 4 );
|
||||||
|
Reference in New Issue
Block a user