1
1
Fork 0

Cleanup register artifacts

- Remove mod/register
- Remove REGISTER_* constants
This commit is contained in:
Hypolite Petovan 2018-12-27 20:58:45 -05:00
commit a1b773e149
2 changed files with 0 additions and 299 deletions

View file

@ -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
*