From a264842bd9904d096a571c0906831332caaf069c Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 15 Jun 2018 03:19:26 +0900 Subject: [PATCH] =?UTF-8?q?setlocale=20=EC=9E=AC=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hook/hook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook/hook.php b/hook/hook.php index 4900bfb..d9be2e1 100644 --- a/hook/hook.php +++ b/hook/hook.php @@ -3,7 +3,7 @@ namespace sammo\img_service; -setlocale(LC_ALL, "ko-KR.UTF-8"); +setlocale(LC_ALL, 'ko_KR.UTF-8'); include(__DIR__.'/gogs_key.php');