aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php
index 103bf7a12..b04d6363f 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -49,6 +49,14 @@
$restore_resources = TRUE;
} else {
$enFiles = array_merge(array('../_nav/langs/en.pot'), get_lang_references('*.lang'), get_lang_references('*.pot')); // added navigation file
+/* START OF A WORKAROUND FOR TIMEOUTS */ // temporary disabling license and navigation
+ foreach($enFiles as $enFile) {
+ if($enFile != 'en/about/license.pot' && $enFile != '../_nav/langs/en.pot') {
+ $enFiles_tmp[] = $enFile;
+ }
+ }
+ $enFiles = $enFiles_tmp;
+/* END OF A WORKAROUND FOR TIMEOUTS */
sort($enFiles);
}
$num_of_enFiles = count($enFiles);