diff options
author | friendica <info@friendica.com> | 2015-01-07 14:35:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-07 14:35:03 -0800 |
commit | ce953e2f41c2bf8abdda2584dd84c2bd0175f609 (patch) | |
tree | 25a89639cd5de07fc1553c2a4f0c02c6aa171ee6 /boot.php | |
parent | 3ef487418df8465143cc0393803b2a1ff221697f (diff) | |
download | volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.tar.gz volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.tar.bz2 volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.zip |
syncing connections issue, incorrect return_url after deleting connection
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_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 |