X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=7dc99bbe88c3621e72babf21a08823088ad08694;hb=ebb84f5e434370596c303cde86c4ebc96fa3cdc5;hp=a1e5f44f895c72c28b0abedd7284d4c2c547e648;hpb=0ccb6afdb5ff764a02eb2e15e736583b4baf6868;p=friendica.git diff --git a/boot.php b/boot.php index a1e5f44f89..7dc99bbe88 100644 --- 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 *