[feladat @ 83]
Bugfix: the list_zones.php wasn't listing zones correctly if a zone
didn't have an owner. Bugfix: the list_supermasters.php never listed
more then one supermaster, even if there were more. Both bugs were
reported by Jasper van Erven Dorens.
<?
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>