diff --git a/common_config.php b/common_config.php index ec53102..a0bfac8 100644 --- a/common_config.php +++ b/common_config.php @@ -43,7 +43,7 @@ $categories=['Unsorted', 'Adult/Porn', 'Communication/Social', 'Cryptocurrencies $L=[ 'de' => 'Deutsch', 'en' => 'English', - 'ja' => '日本語`' + 'ja' => '日本語' ]; if(isSet($_REQUEST['lang']) && isSet($L[$_REQUEST['lang']])){ $language=$_REQUEST['lang'];