aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-14 22:28:45 -0700
committerfriendica <info@friendica.com>2013-04-14 22:28:45 -0700
commit53c69a17c53724f7316173a5aef41edc80acdf9e (patch)
tree30da41e6e01bcaf37b933e9a416047bea8366abc /include/api.php
parentb84d8bfbc93be57bf84e03fa4b858edcd5616668 (diff)
downloadvolse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.tar.gz
volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.tar.bz2
volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.zip
more cleanup
Diffstat (limited to 'include/api.php')
-rw-r--r--include/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php
index 91c5b419e..bf865a360 100644
--- a/include/api.php
+++ b/include/api.php
@@ -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');