directory structures

This commit is contained in:
friendica
2012-12-21 03:34:17 -08:00
parent abee07f12b
commit 7daf2cf7db
4 changed files with 76 additions and 6 deletions

View File

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