mirror of
https://github.com/friendica/friendica
synced 2025-07-08 05:22:35 +02: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);
|
|
} |