aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/langs/report.php b/langs/report.php
index 778251146..ef317196e 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -141,8 +141,13 @@
'view page A' => '5/index.php',
'B' => '5/download_index.php',
);
+ } else if ($resource_filename == '8') {
+ $mga = array(
+ 'view page A' => '8/index.php',
+ 'B' => '8/download_index.php',
+ );
} else if ($resource_filename == 'cauldron') {
- $mga = array('view page' => '6/index.php');
+ $mga = array('view page' => 'downloads/prerelease/index.php');
} else if ($resource_filename == 'documentation') {
$mga = array(
'view page doc' => 'doc/index.php',