diff options
author | zottel <github@zottel.net> | 2012-05-09 09:27:23 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-09 09:27:23 +0200 |
commit | d92be9d93cc6a9b90572cd46e982e24f57c43ffc (patch) | |
tree | e74e7d4d0baf59d7922696717604d2447f391597 /boot.php | |
parent | 78429926bcf1ab7e8a4d35d0093ba666b3568708 (diff) | |
parent | 70a07086ad186e3f0cd978dd3f52e78fb92494cf (diff) | |
download | volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.tar.gz volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.tar.bz2 volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 8 |
1 files changed, 7 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.1335' ); +define ( 'FRIENDICA_VERSION', '2.3.1336' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); @@ -30,6 +30,12 @@ define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); define ( 'JPEG_QUALITY', 100 ); /** + * Not yet used + */ + +define ( 'DEFAULT_DB_ENGINE', 'MyISAM' ); + +/** * SSL redirection policies */ |