summaryrefslogtreecommitdiff
path: root/dash/footer.php
blob: 6fd2633345f91915985ee0ef7480e3a53784880d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
if (!defined('HEIRARCHY')) die;
global $db;
$db->close();
?>
    </div>
    <div id="footer">
      <p id="copy"><?=copy_notice();?></p>
    </div>
  </body>
</html>