Serghey Rodin před 13 roky
rodič
revize
55b905f86a
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      web/edit/user/index.php

+ 3 - 0
web/edit/user/index.php

@@ -13,6 +13,9 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
 // Panel
 top_panel($user,$TAB);
 
+$lang = 'ru_RU.utf8';
+setlocale(LC_ALL, $lang);
+
 // Are you admin?
 if ($_SESSION['user'] == 'admin') {