andig / carddav2fb

Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
63 stars 19 forks source link

Hardkodierte fritzbox-url #52

Closed HerrGuhr closed 6 years ago

HerrGuhr commented 6 years ago

Die Adresse ist Hardcodiert in der api.php Datei: /carddav2fb_andi/src/FritzBox/Api.php Zeile 26

andig commented 6 years ago

Wie kommst Du darauf? Das ist nur ein Default Parameter? Aufgerufen wird es so:

$fritz = new Api($url, $user, $password, 1);
HerrGuhr commented 6 years ago

https://github.com/andig/carddav2fb/blob/756f49e5b49b9b882db8df34afc671ed00c7c891/src/FritzBox/Api.php#L26

Das problem ist wenn du z.B. kein DNS hast oder die fb einen anderen namen hat :) 👍

andig commented 6 years ago

Wie gesagt, die Zeile ist völlig in Ordnung. Wenn Du ein konkretes Problem hast bitte neues Issue aufmachen.

Viele Grüße, Andreas

Am 23.06.2018 um 18:14 schrieb HerrGuhr notifications@github.com:

https://github.com/andig/carddav2fb/blob/756f49e5b49b9b882db8df34afc671ed00c7c891/src/FritzBox/Api.php#L26

Das problem ist wenn du z.B. kein DNS hast oder die fb einen anderen namen hat :) 👍

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.