fix bug encode config
This commit is contained in:
parent
6bb8771bfb
commit
3139db953e
|
@ -252,7 +252,7 @@ class ConfigController extends Controller {
|
|||
'content' => json_encode([
|
||||
'path' => $engineConfig['data']['engines'][0]['path'],
|
||||
'config' => $engineConfig,
|
||||
'configEngine' => $config_json
|
||||
'configEngine' => json_encode($config_json, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE)
|
||||
])
|
||||
]
|
||||
]));
|
||||
|
|
Loading…
Reference in New Issue
Block a user