diff options
author | friendica <info@friendica.com> | 2014-03-26 17:05:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-26 17:05:45 -0700 |
commit | 9a3a2819c11cccdbce72adbe611f45e559e36655 (patch) | |
tree | 3b7c98e4ab81b2eed8c4e017d771c17590568993 /boot.php | |
parent | 79f5fd8e2a4959b78cf8be6312962849e14e9d85 (diff) | |
download | volse-hubzilla-9a3a2819c11cccdbce72adbe611f45e559e36655.tar.gz volse-hubzilla-9a3a2819c11cccdbce72adbe611f45e559e36655.tar.bz2 volse-hubzilla-9a3a2819c11cccdbce72adbe611f45e559e36655.zip |
add admin/channels
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ define ( 'PAGE_APPLICATION', 0x0004 ); define ( 'PAGE_DIRECTORY_CHANNEL', 0x0008 ); // system channel used for directory synchronisation 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_REMOVED', 0x8000 ); |