]> git.mxchange.org Git - friendica.git/blob - mod/login.php
our implementation of "aspects" functionally complete
[friendica.git] / mod / login.php
1 <?php
2
3 function login_content(&$a) {
4         return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
5 }