mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
smooth a few rough edges of openid
This commit is contained in:
parent
abc6199c17
commit
0c7ae3aeee
5 changed files with 61 additions and 28 deletions
|
@ -20,6 +20,7 @@ function home_content(&$a) {
|
|||
$o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>';
|
||||
if(file_exists('home.html'))
|
||||
$o .= file_get_contents('home.html');
|
||||
|
||||
$o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
return $o;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue