|  | @@ -20,9 +20,9 @@ | 
                                                    
                                                        |  |  |  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 $IP = [];        // oldip, newip, id
 | 
                                                                                                            
                                                            |  | 23 | +    protected $inwx = []; // apiurl, username, password
 | 
                                                                                                            
                                                            |  | 24 | +    protected $domain = []; // inwx => domain, subdomain; ddns => apikey
 | 
                                                                                                            
                                                            |  | 25 | +    protected $IP = []; // oldip, newip, id
 | 
                                                                                                            
                                                            | 26 | 26 |      protected $domrobot;
 | 
                                                                                                            
                                                            | 27 | 27 |      protected $logger;
 | 
                                                                                                            
                                                            | 28 | 28 |      protected $returnStatus = "";
 | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.