mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-09 21:55:13 +02:00
remove debug echo
This commit is contained in:
parent
8712f5458e
commit
784bfcca2c
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ if (!file_exists('.env')) {
|
|||
|
||||
$config = parse_ini_file('.env', false, INI_SCANNER_TYPED);
|
||||
|
||||
// Get the domains from the URL parameter
|
||||
// Get the domains from the URL parameter and split them from the comma separated string
|
||||
$domains = explode(',', $_REQUEST['domain']);
|
||||
|
||||
// Loop through each domain and call the Handler
|
||||
|
@ -25,7 +25,6 @@ foreach ($domains as $domain) {
|
|||
// Create a new request object with the current domain
|
||||
$request = $_REQUEST;
|
||||
$request['domain'] = trim($domain);
|
||||
// echo "Processing domain: {$domain}\n";
|
||||
|
||||
|
||||
// Call the Handler with the current domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue