diff options
author | friendica <info@friendica.com> | 2012-03-20 14:55:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-20 14:55:18 -0700 |
commit | 92ef36ad61bc96905b062a727d1f4558ed734bdb (patch) | |
tree | 56fe93f5a2b4ae5961fefc55ec7809ea70c92334 /boot.php | |
parent | 9df797299320cea01c541bb4997e498f915f98fa (diff) | |
download | volse-hubzilla-92ef36ad61bc96905b062a727d1f4558ed734bdb.tar.gz volse-hubzilla-92ef36ad61bc96905b062a727d1f4558ed734bdb.tar.bz2 volse-hubzilla-92ef36ad61bc96905b062a727d1f4558ed734bdb.zip |
slightly relax overly strict permissions in community and search to match those in display - tl;dr public conversations are publicly visible
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1286' ); +define ( 'FRIENDICA_VERSION', '2.3.1287' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1132 ); |