Skip to content

Commit 065e66c

Browse files
committed
Rusian languaje on Search page
Comented Set Locale ru_RU.utf8 , now is on the correct languaje setting
1 parent c9bc37d commit 065e66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/search/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
top_panel($user,$TAB);
2626

2727
$lang = 'ru_RU.utf8';
28-
setlocale(LC_ALL, $lang);
28+
//setlocale(LC_ALL, $lang);
2929

3030
// Data
3131
if ($_SESSION['user'] == 'admin') {

0 commit comments

Comments
 (0)