Completed
Push — master ( 9dea2c...6a295c )
by Peter
06:11 queued 04:24
created
includes/ddns.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,10 +20,10 @@
 block discarded – undo
20 20
     protected $iniFilePath = "./conf/";
21 21
     protected $iniFileInwx = "inwx.ini";
22 22
     protected $iniFileDomain = "";
23
-    protected $inwx = [];       // {apiurl, username, password}
24
-    protected $domain = [];     // [inwx] => {domain, subdomain}, [ddns] => {apikey}
25
-    protected $IP4 = [];        // {oldip, newip, id}
26
-    protected $IP6 = [];        // {oldip, newip, id}
23
+    protected $inwx = []; // {apiurl, username, password}
24
+    protected $domain = []; // [inwx] => {domain, subdomain}, [ddns] => {apikey}
25
+    protected $IP4 = []; // {oldip, newip, id}
26
+    protected $IP6 = []; // {oldip, newip, id}
27 27
     protected $domrobot;
28 28
     protected $logger;
29 29
     protected $returnStatus = "";
Please login to merge, or discard this patch.