diff options
Diffstat (limited to 'en/about/license/license.php')
-rw-r--r-- | en/about/license/license.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/about/license/license.php b/en/about/license/license.php index a7ce282c4..f52f35d25 100644 --- a/en/about/license/license.php +++ b/en/about/license/license.php @@ -29,8 +29,10 @@ function read_license_from_vcs($locale) { $po_locale = $locale . '.po'; } } - $po_files_path = "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/"; - $po_files_end = "?view=co"; +// $po_files_path = "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/"; +// $po_files_end = "?view=co"; + $po_files_path = "http://gitweb.mageia.org/software/drakx/plain/perl-install/share/po/"; // git doesn't work yet on https + $po_files_end = ""; $po_file = phpmo_parse_po_file($po_files_path . $po_locale . $po_files_end); if($po_file === false) { |