more cleanup

This commit is contained in:
friendica
2013-04-14 22:28:45 -07:00
parent b84d8bfbc9
commit 53c69a17c5
2 changed files with 1 additions and 2 deletions

View File

@@ -1524,7 +1524,7 @@ require_once('include/security.php');
$name = get_config('system','sitename');
$server = $a->get_hostname();
$logo = $a->get_baseurl() . '/images/fred-64.png';
$logo = $a->get_baseurl() . '/images/r!.png';
$email = get_config('system','admin_email');
$closed = ((get_config('system','register_policy') == REGISTER_CLOSED) ? 'true' : 'false');
$private = ((get_config('system','block_public')) ? 'true' : 'false');