Update common_config.php
This commit is contained in:

committed by
GitHub

parent
5b56f6abc3
commit
83a6c59cf4
@ -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'];
|
||||
|
Reference in New Issue
Block a user