[feladat @ 88]
Bugfix. When viewing the details of a slave zone, an error was shown
if the ip addresses of it's master nameserver was set (instead of
showing the error if there was none set. Reported: Maarten te Paske.
<?phprequire_once("inc/toolkit.inc.php");if(!level(5)){error(ERR_LEVEL_5);}if($_GET["master_ip"]){if($_GET["confirm"]=='0'){clean_page("index.php");}elseif($_GET["confirm"]=='1'){delete_supermaster($_GET["master_ip"]);clean_page("index.php");}include_once("inc/header.inc.php");$info=get_supermaster_info_from_ip($_GET["master_ip"]);?><h2><?echo_('Delete supermaster');?>"<?echo$_GET["master_ip"]?>"</h2><?echo_('Hostname in NS record');?>:<?echo$info["ns_name"]?><br><?echo_('Account');?>:<?echo$info["account"]?><br><br><fontclass="warning"><?echo_('Are you sure?');?></font><br><br><inputtype="button"class="button"OnClick="location.href='<?echo$_SERVER["REQUEST_URI"]?>&confirm=1'"value="<?echo_('Yes');?>"><inputtype="button"class="button"OnClick="location.href='<?echo$_SERVER["REQUEST_URI"]?>&confirm=0'"value="<?echo_('No');?>"><?}else{include_once("inc/header.inc.php");echo_("Nothing to do!");}include_once("inc/footer.inc.php");