We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4469398 commit 55b905fCopy full SHA for 55b905f
1 file changed
web/edit/user/index.php
@@ -13,6 +13,9 @@
13
// Panel
14
top_panel($user,$TAB);
15
16
+$lang = 'ru_RU.utf8';
17
+setlocale(LC_ALL, $lang);
18
+
19
// Are you admin?
20
if ($_SESSION['user'] == 'admin') {
21
0 commit comments