메시지 시스템에 9자 닉네임 적용

This commit is contained in:
2018-06-04 01:03:05 +09:00
parent f9d90c38ef
commit 7367eb1c45
8 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ function Error($message='', $url="")
}
file_put_contents(__dir__."/logs/_db_bug.txt", "{\"url\":\"$url\",\"msg\":\"$message\"}\n", FILE_APPEND);
$templates = new \League\Plates\Engine('templates');
$templates = new \League\Plates\Engine(__dir__.'/templates');
ob_get_flush();
WebUtil::setHeaderNoCache();