aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-16 22:11:21 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-16 22:11:21 -0700
commitf5a8a92df101cbf37fedb9ac3f7702f60a40772e (patch)
tree5f89c16597a4120148128af306e26c1d26f5666f /boot.php
parent36e1afa6ae35890a26910951dec6dda98dcdee8f (diff)
downloadvolse-hubzilla-f5a8a92df101cbf37fedb9ac3f7702f60a40772e.tar.gz
volse-hubzilla-f5a8a92df101cbf37fedb9ac3f7702f60a40772e.tar.bz2
volse-hubzilla-f5a8a92df101cbf37fedb9ac3f7702f60a40772e.zip
infrastructure for supporting pages/groups
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 296ae13c3..3a9173ef8 100644
--- a/boot.php
+++ b/boot.php
@@ -2,7 +2,7 @@
set_time_limit(0);
-define ( 'BUILD_ID', 1007 );
+define ( 'BUILD_ID', 1008 );
define ( 'DFRN_PROTOCOL_VERSION', '2.0' );
define ( 'EOL', "<br />\r\n" );
@@ -20,6 +20,14 @@ define ( 'REL_VIP', 1);
define ( 'REL_FAN', 2);
define ( 'REL_BUD', 3);
+
+// page/profile types
+
+define ( 'PAGE_NORMAL', 0 );
+define ( 'PAGE_AUTO_FAN', 1 );
+define ( 'PAGE_AUTO_FAN_RW', 2 );
+define ( 'PAGE_AUTO_BUD', 3 );
+
// Maximum number of "people who like (or don't like) this"
// that we will list by name