mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
Merge pull request #7339 from annando/gcontact-update
Restructured Contact/GContact handling
This commit is contained in:
commit
9b8b2b36cd
13 changed files with 259 additions and 355 deletions
|
@ -85,7 +85,7 @@ function redir_init(App $a) {
|
|||
|
||||
// When the remote page does support OWA, then we enforce the use of it
|
||||
$basepath = Contact::getBasepath($contact_url);
|
||||
if ($basepath == System::baseUrl()) {
|
||||
if (Strings::compareLink($basepath, System::baseUrl())) {
|
||||
$use_magic = true;
|
||||
} else {
|
||||
$serverret = Network::curl($basepath . '/magic');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue