diff options
author | friendica <info@friendica.com> | 2013-03-27 19:02:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-27 19:02:01 -0700 |
commit | 8148b7c32f160cbe2cdc37e7271ac62aa2133b7c (patch) | |
tree | ec29500cc9a2317a9e21a4c4a6874f15da6c846a /boot.php | |
parent | ca605a8c838b28e89c611e1063456afa82e2fb33 (diff) | |
download | volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.tar.gz volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.tar.bz2 volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.zip |
update manage table and some documentation
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,8 +4,9 @@ /** * Red. * - * Red is an open source decentralised communications platform wrapped in - * an extensible content management framework, providing website designers + * Red is an open source decentralised communications platform combined with + * a decentralised identity/authentication framework wrapped in + * an extensible content management system, providing website designers * the ability to embed fully decentralised communications and social tools * into many traditional website designs (blogs, forums, small business * websites, charitable organisations, etc.). Red also provides DNS mobility @@ -40,7 +41,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', 1038 ); +define ( 'DB_UPDATE_VERSION', 1039 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |