1
1
Fork 0

check_config is gone - use check_db

This commit is contained in:
friendica 2013-05-13 17:22:07 -07:00
commit 0ce68665c6
3 changed files with 341 additions and 321 deletions

View file

@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.1.1697' );
define ( 'FRIENDICA_VERSION', '3.1.1699' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1163 );
define ( 'EOL', "<br />\r\n" );