[feladat @ 62]
Bugfix. In list_zones.php with no domains created, get_domains will
return -1, count() will not be 0, as all_doms contains one element.
Similar problem in existed in list_supermasters.php.
<?
global $db;
if(is_object($db))
{
$db->disconnect();
}
?>
</div> <!-- /content -->
<div class="footer">
<strong>poweradmin</strong> version 1.4.0 - <a href="credits.php"><? echo _('credits'); ?></a>
</div>
<?
if(file_exists('inc/custom_footer.inc.php'))
{
include('inc/custom_footer.inc.php');
}
?>
</body>
</html>