From: tobiasd Date: Sun, 7 Sep 2014 15:52:52 +0000 (+0200) Subject: Merge pull request #1131 from fabrixxm/master X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e767e2d750585da48c913cc1b09f17a785ccfe8c;p=friendica.git Merge pull request #1131 from fabrixxm/master Bug fixes! --- e767e2d750585da48c913cc1b09f17a785ccfe8c diff --cc boot.php index e4b08c3890,e552ee3e0b..3eb57ea1a7 --- a/boot.php +++ b/boot.php @@@ -11,8 -11,11 +11,11 @@@ require_once('include/cache.php') require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); + require_once('update.php'); + require_once('include/dbstructure.php'); + define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.2.1753' ); +define ( 'FRIENDICA_VERSION', '3.2.1754' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1173 ); define ( 'EOL', "
\r\n" );