mirror of
https://github.com/friendica/friendica
synced 2025-01-13 08:20:55 +01:00
5 lines
No EOL
120 B
PHP
5 lines
No EOL
120 B
PHP
<?php
|
|
|
|
function login_content(&$a) {
|
|
return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
|
|
} |