mirror of
https://github.com/friendica/friendica
synced 2026-01-21 03:38:41 +01:00
more work
This commit is contained in:
parent
d81365c123
commit
bec3d15c52
4 changed files with 25 additions and 8 deletions
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
function login_content(&$a) {
|
||||
// return login($a->config['register_enabled']);
|
||||
return login(1);
|
||||
return login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue