aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-27 21:01:58 -0700
committerfriendica <info@friendica.com>2012-05-27 21:01:58 -0700
commit2bd1004587fc8d928b9458b2383b656df115578c (patch)
treea41cbc9032e4bff8872ced3683ded42af0e5da0d /boot.php
parent08941d42856984a3076e972804ac016400341f91 (diff)
downloadvolse-hubzilla-2bd1004587fc8d928b9458b2383b656df115578c.tar.gz
volse-hubzilla-2bd1004587fc8d928b9458b2383b656df115578c.tar.bz2
volse-hubzilla-2bd1004587fc8d928b9458b2383b656df115578c.zip
rework the way private photos are embedded to avoid url differences and also check the permissions if possible to make sure that nothing sneaks by.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b41b8d9a0..aff026a71 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '3.0.1355' );
+define ( 'FRIENDICA_VERSION', '3.0.1356' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1144 );