In tcadminapi.php on line 68 we check if $host_name_output is false to see if there is an error. The problem is that it never will be since we already populate it with the string "". We should either check if it is still equal to the string or we should check the curl error.
In tcadminapi.php on line 68 we check if $host_name_output is false to see if there is an error. The problem is that it never will be since we already populate it with the string "". We should either check if it is still equal to the string or we should check the curl error.