Completed
Branch develop (9f3f84)
by Peter
01:57
created
includes/ddns.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@
 block discarded – undo
15 15
     protected $iniFilePath = "./conf/";
16 16
     protected $iniFileInwx = "inwx.ini";
17 17
     protected $iniFileDomain = "";
18
-    protected $inwx = [];       // {apiurl, username, password}
19
-    protected $domain = [];     // [inwx] => {domain, subdomain}, [ddns] => {apikey}
20
-    protected $IP4 = [];        // {oldip, newip, id}
21
-    protected $IP6 = [];        // {oldip, newip, id}
18
+    protected $inwx = []; // {apiurl, username, password}
19
+    protected $domain = []; // [inwx] => {domain, subdomain}, [ddns] => {apikey}
20
+    protected $IP4 = []; // {oldip, newip, id}
21
+    protected $IP6 = []; // {oldip, newip, id}
22 22
     protected $domrobot;
23 23
 
24 24
     public function __construct($apidomain = null, $apikey = null) {
Please login to merge, or discard this patch.