X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=1f503c908a6935c087bd1ef8de8c7ced72342473;hb=a29b6f17e2c4789be4d8eb14ceb5d53718f75c34;hp=318798e324c3fd693313654feb8da3c7496d6e82;hpb=741701d26f3f31613d76600764ce7de7a4057d46;p=friendica.git diff --git a/boot.php b/boot.php index 318798e324..1f503c908a 100644 --- a/boot.php +++ b/boot.php @@ -92,6 +92,13 @@ define('SSL_POLICY_FULL', 1); define('SSL_POLICY_SELFSIGN', 2); /* @}*/ +/** @deprecated since version 2019.03, please use \Friendica\Module\Register::CLOSED instead */ +define('REGISTER_CLOSED', \Friendica\Module\Register::CLOSED); +/** @deprecated since version 2019.03, please use \Friendica\Module\Register::APPROVE instead */ +define('REGISTER_APPROVE', \Friendica\Module\Register::APPROVE); +/** @deprecated since version 2019.03, please use \Friendica\Module\Register::OPEN instead */ +define('REGISTER_OPEN', \Friendica\Module\Register::OPEN); + /** * @name CP *