diff options
author | Thomas Willingham <founder@kakste.com> | 2014-05-19 02:05:22 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-05-19 02:05:22 +0100 |
commit | b06fd69da84626c1e8c1d8b5dbda6f181027a782 (patch) | |
tree | fe41d73b793204038d8a6d228d18a53780bdf6ec /boot.php | |
parent | 9397f2dff6d9d8ee7a2c93bb952c0c216881da3f (diff) | |
parent | 68ca4ef19e0617904d8557e95ec74d09af833d00 (diff) | |
download | volse-hubzilla-b06fd69da84626c1e8c1d8b5dbda6f181027a782.tar.gz volse-hubzilla-b06fd69da84626c1e8c1d8b5dbda6f181027a782.tar.bz2 volse-hubzilla-b06fd69da84626c1e8c1d8b5dbda6f181027a782.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1107 ); +define ( 'DB_UPDATE_VERSION', 1109 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -347,7 +347,7 @@ define ( 'DROPITEM_PHASE2', 2); * Maximum number of "people who like (or don't like) this" that we will list by name */ -define ( 'MAX_LIKERS', 75); +define ( 'MAX_LIKERS', 10); /** * Communication timeout @@ -397,12 +397,11 @@ define ( 'XCHAN_FLAGS_DELETED', 0x1000); * Traficlights for Administration of HubLoc * to detect problems in inter server communication */ -define ('HUBLOC_NOTUSED', 0x0000); -define ('HUBLOC_SEND_ERROR', 0x0001); -define ('HUBLOC_RECEIVE_ERROR', 0x0002); -define ('HUBLOC_WORKS', 0x0004); -define ('HUBLOC_OFFLINE', 0x0008); - +define ('HUBLOC_NOTUSED', 0x0000); +define ('HUBLOC_SEND_ERROR', 0x0001); +define ('HUBLOC_RECEIVE_ERROR', 0x0002); +define ('HUBLOC_WORKS', 0x0004); +define ('HUBLOC_OFFLINE', 0x0008); /** * Tag/term types @@ -424,6 +423,7 @@ define ( 'TERM_OBJ_PROFILE', 3 ); define ( 'TERM_OBJ_CHANNEL', 4 ); define ( 'TERM_OBJ_OBJECT', 5 ); define ( 'TERM_OBJ_THING', 6 ); +define ( 'TERM_OBJ_APP', 7 ); /** |