diff options
author | Friendika <info@friendika.com> | 2011-09-18 17:16:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-18 17:16:02 -0700 |
commit | e2e29b2deafffb98d156fb3f726a3968b3492522 (patch) | |
tree | b039924fa3bd84999177e70fbd52b9f67baa6fdf /boot.php | |
parent | 5899c9f406eb52c41c6b4ff87b0b313c26786cfe (diff) | |
download | volse-hubzilla-e2e29b2deafffb98d156fb3f726a3968b3492522.tar.gz volse-hubzilla-e2e29b2deafffb98d156fb3f726a3968b3492522.tar.bz2 volse-hubzilla-e2e29b2deafffb98d156fb3f726a3968b3492522.zip |
only header encode if necessary
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.1106' ); +define ( 'FRIENDIKA_VERSION', '2.2.1107' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1087 ); |