[feladat @ 73]
All owners (not sub-owners though) of the zone are now shown
when listing a zone. Added a new function to retrieve owners
of zone by id without fetching all other zone details, which
should improve perfomance. Both fixes by Peter Beernink.
<?
global $db;
if(is_object($db))
{
$db->disconnect();
}
$svn_rev = '$LastChangedRevision: 73 $ $LastChangedDate: 2007-06-25 23:32:29 +0200 (Mon, 25 Jun 2007) $ $Author: rejo $';
$svn_rev = preg_split("/[\s,]+/", $svn_rev);
$revision = "revision $svn_rev[1] (commited at $svn_rev[4] by $svn_rev[13])";
?>
</div> <!-- /content -->
<div class="footer">
<strong>poweradmin</strong> <? echo $revision;?> - <a href="credits.php"><? echo _('credits'); ?></a>
</div>
<?
if(file_exists('inc/custom_footer.inc.php'))
{
include('inc/custom_footer.inc.php');
}
?>
</body>
</html>