From 23e92410001a60d15769172862cc8d66c2199d87 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sat, 1 Feb 2014 21:31:11 +0000 Subject: report updated for mga4 --- langs/report.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'langs/report.php') diff --git a/langs/report.php b/langs/report.php index 2cc908669..46bf1a47f 100644 --- a/langs/report.php +++ b/langs/report.php @@ -170,8 +170,13 @@ $mga = array( 'A' => '3/index.php', 'B' => '3/download_index.php', - 'C' => 'for-pc/index.php', - 'D' => 'for-server/index.php', + 'C' => '3/for-pc/index.php', + 'D' => '3/for-server/index.php', + ); + } else if ($link == '4') { + $mga = array( + 'A' => '4/index.php', + 'B' => '4/download_index.php', ); } else if ($link == 'documentation') { $mga = array( -- cgit v1.2.1