X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=60c8bf5a30ebbfdb750d949b40d8bfb6ea066b8a;hb=b36d4eb0dd4bdc25a468c95c749bfae1b6324be9;hp=36a0745d60cb4774d85752c53e2b68d25a12509f;hpb=abf52c0c110b71505f9e86ae858a94120c9d74e9;p=friendica.git diff --git a/boot.php b/boot.php index 36a0745d60..60c8bf5a30 100644 --- a/boot.php +++ b/boot.php @@ -29,27 +29,6 @@ use Friendica\Core\Session; -/** - * Constant with a HTML line break. - * - * Contains a HTML line break (br) element and a real carriage return with line - * feed for the source. - * This can be used in HTML and JavaScript where needed a line break. - */ -define('EOL', "
\r\n"); - -/** - * @name Gravity - * - * Item weight for query ordering - * @{ - */ -define('GRAVITY_PARENT', 0); -define('GRAVITY_ACTIVITY', 3); -define('GRAVITY_COMMENT', 6); -define('GRAVITY_UNKNOWN', 9); -/* @}*/ - /** * Returns the user id of locally logged in user or false. *