diff options
author | friendica <info@friendica.com> | 2015-01-13 18:30:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-13 18:30:30 -0800 |
commit | dfdef0af0d045bdb0eb6e5ed557579966891e1a0 (patch) | |
tree | 9d5ce7fd4305daf12d32170d522fdd20ec1dc1ba /boot.php | |
parent | 98acefe22837a916d9a2330ceec250b0572b65d2 (diff) | |
download | volse-hubzilla-dfdef0af0d045bdb0eb6e5ed557579966891e1a0.tar.gz volse-hubzilla-dfdef0af0d045bdb0eb6e5ed557579966891e1a0.tar.bz2 volse-hubzilla-dfdef0af0d045bdb0eb6e5ed557579966891e1a0.zip |
provide a setting to control ALLOWCODE permissions at the channel level - it isn't always appropriate to apply this to all channels in an account.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ define ( 'PAGE_NORMAL', 0x0000 ); define ( 'PAGE_HIDDEN', 0x0001 ); define ( 'PAGE_AUTOCONNECT', 0x0002 ); define ( 'PAGE_APPLICATION', 0x0004 ); - +define ( 'PAGE_ALLOWCODE', 0x0008 ); 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 |