1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-12 23:05:42 +02:00

rebased to serversideup image

This commit is contained in:
niiwiicamo 2024-07-23 16:36:38 +02:00
parent 465c7447f3
commit 7fdc642a54
2 changed files with 9 additions and 9 deletions

View file

@ -57,5 +57,4 @@ if (getenv('DDNS_FORCEDHOST') !== false) {
$config['host'] = getenv('DDNS_FORCEDHOST');
}
print_r ($config);
(new netcup\DNS\API\Handler($config, $_REQUEST))->doRun();