diff options
-rw-r--r-- | langs/report.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/report.php b/langs/report.php index 9fb93988f..18150d268 100644 --- a/langs/report.php +++ b/langs/report.php @@ -132,8 +132,8 @@ ); } else if ($resource_filename == '5') { $mga = array( - 'view page A' => '5_preview/index.php', - 'B' => '5_preview/download_index.php', + 'view page A' => '5/index.php', + 'B' => '5/download_index.php', ); } else if ($resource_filename == 'cauldron') { $mga = array('view page' => '5/download_index.php'); |