mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +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);
|
|
} |