]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
DFRN comments are now stored as comments again
[friendica.git] / boot.php
index a1e5f44f895c72c28b0abedd7284d4c2c547e648..7dc99bbe88c3621e72babf21a08823088ad08694 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -97,19 +97,6 @@ define('SSL_POLICY_FULL',         1);
 define('SSL_POLICY_SELFSIGN',     2);
 /* @}*/
 
-/**
- * @name Register
- *
- * Registration policies
- * @{
- */
-define('REGISTER_CLOSED',        \Friendica\Module\Register::CLOSED);
-define('REGISTER_APPROVE',       \Friendica\Module\Register::APPROVE);
-define('REGISTER_OPEN',          \Friendica\Module\Register::OPEN);
-/**
- * @}
-*/
-
 /**
  * @name CP
  *