mirror of
https://github.com/friendica/friendica
synced 2026-03-13 01:59:02 +01:00
8 lines
No EOL
107 B
PHP
8 lines
No EOL
107 B
PHP
<?php
|
|
|
|
|
|
|
|
function login_content(&$a) {
|
|
// return login($a->config['register_enabled']);
|
|
return login(1);
|
|
} |