diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-15 17:10:11 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-15 17:10:11 +0100 |
commit | 68ecc673b109be50dc04cf72af8ce2296c70b86b (patch) | |
tree | 0ecaa24425d2f69528ad99763d929cccd677d148 /boot.php | |
parent | e3b967f475e8933567ba7d80dacb6d496224fe55 (diff) | |
parent | eaf3bd3326a657662321df791280b41293f54ef2 (diff) | |
download | volse-hubzilla-68ecc673b109be50dc04cf72af8ce2296c70b86b.tar.gz volse-hubzilla-68ecc673b109be50dc04cf72af8ce2296c70b86b.tar.bz2 volse-hubzilla-68ecc673b109be50dc04cf72af8ce2296c70b86b.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -216,8 +216,9 @@ define ( 'PAGE_DIRECTORY_CHANNEL', 0x0008 ); // system channel used for director define ( 'PAGE_PREMIUM', 0x0010 ); define ( 'PAGE_ADULT', 0x0020 ); define ( 'PAGE_CENSORED', 0x0040 ); // Site admin has blocked this channel from appearing in casual search results and site feeds - define ( 'PAGE_SYSTEM', 0x1000 ); +define ( 'PAGE_HUBADMIN', 0x2000 ); // set this to indicate a preferred admin channel rather than the + // default channel of any accounts with the admin role. define ( 'PAGE_REMOVED', 0x8000 ); |