rm addon.old
This commit is contained in:
parent
133ef9155d
commit
17cb682ed0
2
boot.php
2
boot.php
|
@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
|
||||||
require_once('include/features.php');
|
require_once('include/features.php');
|
||||||
|
|
||||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDICA_VERSION', '3.1.1643' );
|
define ( 'FRIENDICA_VERSION', '3.1.1644' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1163 );
|
define ( 'DB_UPDATE_VERSION', 1163 );
|
||||||
define ( 'EOL', "<br />\r\n" );
|
define ( 'EOL', "<br />\r\n" );
|
||||||
|
|
|
@ -223,4 +223,4 @@ function html2plain($html, $wraplength = 75, $compact = false)
|
||||||
|
|
||||||
return(trim($message));
|
return(trim($message));
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
2864
util/messages.po
2864
util/messages.po
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue