summaryrefslogtreecommitdiff
path: root/html/includes/footer.php
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2017-02-04 16:05:45 +0100
committerMatthijs Kuiper <info@matthijskuiper.nl>2017-02-04 16:05:45 +0100
commit40dfa7d5c0dc8e4cb2c95e403b6b4b2c4bf70644 (patch)
tree6ac6279ac26749ffe7ca0ae9603fbcae2e757e6e /html/includes/footer.php
Original UTStats beta 4.2.84.2.8
Diffstat (limited to 'html/includes/footer.php')
-rwxr-xr-xhtml/includes/footer.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/html/includes/footer.php b/html/includes/footer.php
new file mode 100755
index 0000000..0fd4f3f
--- /dev/null
+++ b/html/includes/footer.php
@@ -0,0 +1,16 @@
+<?php
+echo'<br><br><br>
+<table class = "box" border="0" cellpadding="1" width="720">';
+
+// Please leave this bit in, its the least you can do with all the work we have done :)
+
+ echo'<tr>
+ <td class="smheading" align="center"><a href="http://utstats.unrealadmin.org/" target="_blank">
+ UTStats Beta 4.2.8</a> &copy; 2005 azazel, AnthraX and toa</td>
+ </tr>
+ </table>
+</center>
+</td></tr></tbody></table>
+</body></html>';
+
+ob_end_flush(); \ No newline at end of file