summaryrefslogtreecommitdiff
path: root/html/pages/match_report.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/pages/match_report.php
Original UTStats beta 4.2.84.2.8
Diffstat (limited to 'html/pages/match_report.php')
-rwxr-xr-xhtml/pages/match_report.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/html/pages/match_report.php b/html/pages/match_report.php
new file mode 100755
index 0000000..0f452ba
--- /dev/null
+++ b/html/pages/match_report.php
@@ -0,0 +1,17 @@
+<?php
+$matchid = preg_replace('/\D/', '', $_GET[mid]);
+
+echo'<br><table class = "box" border="0" cellpadding="1" cellspacing="2" width="300">
+ <tbody>
+ <tr>
+ <td class="heading" align="center">Match Reports</td>
+ </tr>
+ <tr>
+ <td class="dark" align="center"><a class="darkhuman" href="./?p=report&amp;id='.$matchid.'&amp;rtype=clanbase">Clanbase Cup Format</a></td>
+ </tr>
+ <tr>
+ <td class="dark" align="center"><a class="darkhuman" href="./?p=report&amp;id='.$matchid.'&amp;rtype=bbcode">Forum BBCode Format</a></td>
+ </tr>
+ </tbody>
+</table>';
+?> \ No newline at end of file