diff options
author | filip <filip.komar@gmail.com> | 2015-06-20 13:47:20 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-06-20 13:47:20 +0200 |
commit | 3bb192a9cbabc8c43c702629aed9099f057ce07c (patch) | |
tree | e305054ebcd60e653d8352045f227ef8428453f8 /langs/report.php | |
parent | 25f371ea87bae34cc32fe24d28c5a96aa3b24ff4 (diff) | |
download | www-3bb192a9cbabc8c43c702629aed9099f057ce07c.tar www-3bb192a9cbabc8c43c702629aed9099f057ce07c.tar.gz www-3bb192a9cbabc8c43c702629aed9099f057ce07c.tar.bz2 www-3bb192a9cbabc8c43c702629aed9099f057ce07c.tar.xz www-3bb192a9cbabc8c43c702629aed9099f057ce07c.zip |
report prepared for mga5 final
Diffstat (limited to 'langs/report.php')
-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'); |