add admin/channels

This commit is contained in:
friendica
2014-03-26 17:05:45 -07:00
parent 79f5fd8e2a
commit 9a3a2819c1
5 changed files with 210 additions and 10 deletions

View File

@@ -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 );