From 83a6c59cf450952c8b46e8620bea11845bc182a6 Mon Sep 17 00:00:00 2001 From: whydoyoucareanyway <30674803+whydoyoucareanyway@users.noreply.github.com> Date: Tue, 8 Aug 2017 11:07:31 +0000 Subject: [PATCH] Update common_config.php --- common_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];