]> git.mxchange.org Git - friendica.git/blob - mod/login.php
german translation view/de/follow_notify_eml.tpl
[friendica.git] / mod / login.php
1 <?php
2
3 function login_content(&$a) {
4         if(x($_SESSION,'theme'))
5                 unset($_SESSION['theme']);
6         return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
7
8 }