Version of script: 3.2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
/inc/show_admin_nav.inc.php:469 - need to use mb_substr instead of substr.
If i use the russian localization is used and the user has a Russian name, then instead of the first letter of his name i have "?"
$letter = mb_substr($_SESSION['name'], 0, 1);