Sfoglia il codice sorgente

Rusian languaje on Search page

Comented  Set Locale ru_RU.utf8 , now  is on the correct languaje
setting
estratos 12 anni fa
parent
commit
065e66c70d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/search/index.php

+ 1 - 1
web/search/index.php

@@ -25,7 +25,7 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
 top_panel($user,$TAB);
 
 $lang = 'ru_RU.utf8';
-setlocale(LC_ALL, $lang);
+//setlocale(LC_ALL, $lang);
 
 // Data
 if ($_SESSION['user'] == 'admin') {