[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.
<?
global $db;
if(is_object($db))
{
$db->disconnect();
}
?>
</div> <!-- /content -->
<div class="footer">
<a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a> - <a href="credits.php">credits</a>
</div>
<?
if(file_exists('inc/custom_footer.inc.php'))
{
include('inc/custom_footer.inc.php');
}
?>
</body>
</html>