summaryrefslogtreecommitdiff
path: root/dash/footer.php
diff options
context:
space:
mode:
authorBulletin <bulletin@bulletinalpha.tk>2016-12-29 16:42:32 -0500
committerBulletin <bulletin@bulletinalpha.tk>2016-12-29 16:42:32 -0500
commit1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55 (patch)
tree2fa1fbdea9992ab63ba2a7abbac8bbcd633d13f7 /dash/footer.php
downloadbulletin-1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55.tar.gz
Added existing progress
Diffstat (limited to 'dash/footer.php')
-rw-r--r--dash/footer.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/dash/footer.php b/dash/footer.php
new file mode 100644
index 0000000..963d525
--- /dev/null
+++ b/dash/footer.php
@@ -0,0 +1,10 @@
+<?php
+if (!defined('HEIRARCHY')) die;
+$db->close();
+?>
+ </div>
+ <div id="footer">
+ <p id="copy">Copyright &copy; 2016 Bulletin Team</p>
+ </div>
+ </body>
+</html>