inc/footer.inc.php
author rejo
Fri, 07 Dec 2007 23:52:08 +0000
changeset 43 2d7b36d12274
parent 33 370e0d7fa3e7
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 90] Fixing #1 ("password of user is shown in plain text when edited by admin").

<?
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>