Cleanup register artifacts
- Remove mod/register - Remove REGISTER_* constants
This commit is contained in:
parent
cef6757c92
commit
a1b773e149
2 changed files with 0 additions and 299 deletions
13
boot.php
13
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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue