summaryrefslogtreecommitdiff
path: root/dash/footer.php
blob: 11e6462bd9a727621890f9f78b7d9bbdb03ddde8 (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">Copyright &copy; 2016 Bulletin Team</p>
    </div>
  </body>
</html>