6348e70da
1 2 3 4 5 6 7 8
<?php function login_content(&$a) { // return login($a->config['register_enabled']); return login(1); }