mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:50:11 +00:00
diaspora admin toggle, update install guide
This commit is contained in:
parent
564ade0685
commit
eb2ef6dec4
7 changed files with 36 additions and 18 deletions
|
@ -508,7 +508,7 @@ function fetch_xrd_links($url) {
|
|||
|
||||
$xrd_timeout = intval(get_config('system','xrd_timeout'));
|
||||
$redirects = 0;
|
||||
$xml = fetch_url($url,false,$redirects,(($xrd_timeout) ? $xrd_timeout : 30));
|
||||
$xml = fetch_url($url,false,$redirects,(($xrd_timeout) ? $xrd_timeout : 20));
|
||||
|
||||
logger('fetch_xrd_links: ' . $xml, LOGGER_DATA);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue