@ -17,6 +17,10 @@ elseif (isset($config['categoriesDir'])) {
}
if (isset($_GET['lang'])) {
$_SESSION['ui_lang'] = $_GET['lang'];
if (sizeof($_GET)) {
Header('Location: .#' . http_build_query($_GET));
exit(0);