diff options
author | friendica <info@friendica.com> | 2012-05-26 16:11:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-26 16:11:51 -0700 |
commit | 73c61b6f96353ae7cbf73db7ed8b22f74f8ebdc3 (patch) | |
tree | 9de44d806fdc6d8a28476124fc85d4777e7d2a67 /boot.php | |
parent | f5290a5a107ef2d6c309c4a3205319c9b0d13994 (diff) | |
download | volse-hubzilla-73c61b6f96353ae7cbf73db7ed8b22f74f8ebdc3.tar.gz volse-hubzilla-73c61b6f96353ae7cbf73db7ed8b22f74f8ebdc3.tar.bz2 volse-hubzilla-73c61b6f96353ae7cbf73db7ed8b22f74f8ebdc3.zip |
allow force ssl on notifications
Diffstat (limited to 'boot.php')
-rw-r--r-- | 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', '3.0.1354' ); +define ( 'FRIENDICA_VERSION', '3.0.1355' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1144 ); |