diff options
author | Friendika <info@friendika.com> | 2011-08-12 02:58:29 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-12 02:58:29 -0700 |
commit | fda593caeda997fbd97eed28f69107ce91c16242 (patch) | |
tree | 8eb1b2b73a04766498fbdc489db001b8a431a23c /boot.php | |
parent | 0db145dafa032a8c1fd68c318afc59f9599f3756 (diff) | |
download | volse-hubzilla-fda593caeda997fbd97eed28f69107ce91c16242.tar.gz volse-hubzilla-fda593caeda997fbd97eed28f69107ce91c16242.tar.bz2 volse-hubzilla-fda593caeda997fbd97eed28f69107ce91c16242.zip |
introduction fails if confirmation differs by http vs https
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1068' ); +define ( 'FRIENDIKA_VERSION', '2.2.1069' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1079 ); |