]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #12025 from annando/no-boot-src-module
[friendica.git] / boot.php
index 36a0745d60cb4774d85752c53e2b68d25a12509f..60c8bf5a30ebbfdb750d949b40d8bfb6ea066b8a 100644 (file)
--- a/boot.php
+++ b/boot.php
 
 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', "<br />\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.
  *