smooth a few rough edges of openid

This commit is contained in:
Friendika 2010-11-18 15:06:33 -08:00
parent abc6199c17
commit 0c7ae3aeee
5 changed files with 61 additions and 28 deletions

View file

@ -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;