aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-14 16:17:57 -0800
committerfriendica <info@friendica.com>2013-01-14 16:17:57 -0800
commit610dc2823aa12ace2d9d18dda48b93dc4aa63dce (patch)
treeeeac01f0229fc630a09c89c8bf543473b1d6914b /boot.php
parentc450049a0ad0e0c38c34c15da1b105fadbba113e (diff)
downloadvolse-hubzilla-610dc2823aa12ace2d9d18dda48b93dc4aa63dce.tar.gz
volse-hubzilla-610dc2823aa12ace2d9d18dda48b93dc4aa63dce.tar.bz2
volse-hubzilla-610dc2823aa12ace2d9d18dda48b93dc4aa63dce.zip
read/write "pages" permissions and fiddly bits - per Thomas
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index f0787e851..af07cf888 100644
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1015 );
+define ( 'DB_UPDATE_VERSION', 1016 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
@@ -193,6 +193,8 @@ define ( 'PERMS_A_DELEGATE', 0x0800);
define ( 'PERMS_R_STORAGE', 0x1000);
define ( 'PERMS_W_STORAGE', 0x2000);
+define ( 'PERMS_R_PAGES', 0x4000);
+define ( 'PERMS_W_PAGES', 0x8000);
// General channel permissions