aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-19 19:51:52 -0800
committerfriendica <info@friendica.com>2012-12-19 19:51:52 -0800
commitad20e1f617c7e26585153b587eb9a85fc958794b (patch)
tree34dea42657f13affc9721a443f2582662f1080f9 /boot.php
parent2f48c31082179d8ff29952e8fe983c99ab0ff5f3 (diff)
downloadvolse-hubzilla-ad20e1f617c7e26585153b587eb9a85fc958794b.tar.gz
volse-hubzilla-ad20e1f617c7e26585153b587eb9a85fc958794b.tar.bz2
volse-hubzilla-ad20e1f617c7e26585153b587eb9a85fc958794b.zip
directory page still needs a lot of work, look up locally if local master or standalone, need to put some basic profile info in discovery page and direct to local directory master
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/boot.php b/boot.php
index 653a0ed59..8b80ea2f0 100644
--- a/boot.php
+++ b/boot.php
@@ -143,12 +143,13 @@ define ( 'UPDATE_FAILED', 1);
*
*/
-define ( 'PAGE_NORMAL', 0 );
-define ( 'PAGE_SOAPBOX', 1 );
-define ( 'PAGE_COMMUNITY', 2 );
-define ( 'PAGE_FREELOVE', 3 );
-define ( 'PAGE_BLOG', 4 );
-define ( 'PAGE_PRVGROUP', 5 );
+define ( 'PAGE_NORMAL', 0x0000 );
+define ( 'PAGE_HIDDEN', 0x0001 );
+define ( 'PAGE_AUTOCONNECT', 0x0002 );
+
+//define ( 'PAGE_FREELOVE', 3 );
+//define ( 'PAGE_BLOG', 4 );
+//define ( 'PAGE_PRVGROUP', 5 );
/**
* Network and protocol family types