mirror of
https://github.com/typemill/typemill.git
synced 2025-08-03 20:57:38 +02:00
set error reporting to false
This commit is contained in:
@@ -15,7 +15,7 @@ return [
|
||||
'settingsPath' => __DIR__ . DS . '..' . DS . 'settings',
|
||||
'authorPath' => __DIR__ . DS . 'author' . DS,
|
||||
'contentFolder' => 'content',
|
||||
'displayErrorDetails' => true,
|
||||
'displayErrorDetails' => false,
|
||||
'version' => '1.0.2'
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user