diff options
Diffstat (limited to 'html/pages/match.php')
-rwxr-xr-x | html/pages/match.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/pages/match.php b/html/pages/match.php index 22a0399..8dfcee1 100755 --- a/html/pages/match.php +++ b/html/pages/match.php @@ -2,9 +2,9 @@ $mid = preg_replace('/\D/', '', $_GET[mid]);
$pid = preg_replace('/\D/', '', $_GET[pid]);
-IF ($pid != "") {
+if ($pid != "") {
include("match_player.php");
} else {
include("match_info.php");
}
-?>
\ No newline at end of file +?>
|