diff options
author | friendica <info@friendica.com> | 2014-07-17 20:54:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-17 20:54:30 -0700 |
commit | b19176169cd93e7aa305296a85e28c8c1c68352b (patch) | |
tree | e3e6bb8f78d47d34310ee015a4447612643c2039 /boot.php | |
parent | 0cb81714d80e3d51dc4939664425b7d1978b5d06 (diff) | |
download | volse-hubzilla-b19176169cd93e7aa305296a85e28c8c1c68352b.tar.gz volse-hubzilla-b19176169cd93e7aa305296a85e28c8c1c68352b.tar.bz2 volse-hubzilla-b19176169cd93e7aa305296a85e28c8c1c68352b.zip |
provide a specific permission for liking profiles (reuse the obsolete bookmark permission), also remove the unused 'unconnected contacts' view for now.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1117 ); +define ( 'DB_UPDATE_VERSION', 1118 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -282,7 +282,7 @@ define ( 'PERMS_W_STORAGE', 0x02000); define ( 'PERMS_R_PAGES', 0x04000); define ( 'PERMS_W_PAGES', 0x08000); define ( 'PERMS_A_REPUBLISH', 0x10000); -define ( 'PERMS_A_BOOKMARK', 0x20000); +define ( 'PERMS_W_LIKE', 0x20000); // General channel permissions |