add xconfig table and functions, update strings and doco

This commit is contained in:
friendica
2013-03-15 15:36:58 -07:00
parent 62f61a559a
commit 5a29f511c1
107 changed files with 1707 additions and 955 deletions

View File

@@ -17,7 +17,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1035 );
define ( 'DB_UPDATE_VERSION', 1036 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );