summaryrefslogtreecommitdiff
path: root/html/pages/match.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.php
Original UTStats beta 4.2.84.2.8
Diffstat (limited to 'html/pages/match.php')
-rwxr-xr-xhtml/pages/match.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/pages/match.php b/html/pages/match.php
new file mode 100755
index 0000000..22a0399
--- /dev/null
+++ b/html/pages/match.php
@@ -0,0 +1,10 @@
+<?php
+$mid = preg_replace('/\D/', '', $_GET[mid]);
+$pid = preg_replace('/\D/', '', $_GET[pid]);
+
+IF ($pid != "") {
+ include("match_player.php");
+} else {
+ include("match_info.php");
+}
+?> \ No newline at end of file