From ec9d5e0fff4f80840e7f0b079a811f2eea316dd2 Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 12 Jul 2014 21:04:19 +0200 Subject: remove now obsolete comparison of localised navigation from mognas and www --- langs/report.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'langs/report.php') diff --git a/langs/report.php b/langs/report.php index b9ecd4ad6..16e267b3c 100644 --- a/langs/report.php +++ b/langs/report.php @@ -175,11 +175,6 @@ if ($nav) { $mga = array(); - $local_f = @file_get_contents('../_nav/langs/' . $l . '.po'); - $mognas_f = @file_get_contents('http://nav.mageia.org/langs/' . $l . '.po'); - if ($local_f != $mognas_f) { - $page_not_linked = 'difference in svn 1 & 2'; - } } else if ($link == 'downloads/get') { $mga = array( 'A' => 'downloads/get/index.php?q=Mageia-2-dual-CD.iso&d=1', // " style="display: block; -- cgit v1.2.1