Update common_config.php

This commit is contained in:
whydoyoucareanyway
2017-08-08 11:07:31 +00:00
committed by GitHub
parent 5b56f6abc3
commit 83a6c59cf4

View File

@ -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'];