maj+ header
This commit is contained in:
+16
-12
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
|
||||
'timestamp' => 1534765163,
|
||||
'checksum' => '7adbe84cc57035a63d4d2b97ec1cdfc4',
|
||||
'timestamp' => 1534926821,
|
||||
'checksum' => '8ae2b79a456495018fd7e52291726ebf',
|
||||
'files' => [
|
||||
'user/config' => [
|
||||
'media' => [
|
||||
@@ -27,31 +27,31 @@ return [
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'user/config/system.yaml',
|
||||
'modified' => 1534765162
|
||||
'modified' => 1534926821
|
||||
]
|
||||
],
|
||||
'system/config' => [
|
||||
'media' => [
|
||||
'file' => 'system/config/media.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1534926041
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'system/config/site.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1534926041
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'system/config/streams.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1534926041
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'system/config/system.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1534926041
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/admin.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1534926555
|
||||
],
|
||||
'plugins/markdown-notices' => [
|
||||
'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
|
||||
@@ -59,7 +59,7 @@ return [
|
||||
],
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/form.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1534926514
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/login.yaml',
|
||||
@@ -600,8 +600,8 @@ return [
|
||||
'translations' => true,
|
||||
'translations_fallback' => true,
|
||||
'session_store_active' => false,
|
||||
'http_accept_language' => false,
|
||||
'override_locale' => false
|
||||
'http_accept_language' => true,
|
||||
'override_locale' => true
|
||||
],
|
||||
'home' => [
|
||||
'alias' => '/projets',
|
||||
@@ -634,7 +634,7 @@ return [
|
||||
],
|
||||
'markdown' => [
|
||||
'extra' => false,
|
||||
'auto_line_breaks' => false,
|
||||
'auto_line_breaks' => true,
|
||||
'auto_url_links' => false,
|
||||
'escape_markup' => false,
|
||||
'special_chars' => [
|
||||
@@ -763,6 +763,10 @@ return [
|
||||
'method' => 'auto',
|
||||
'verify_peer' => true,
|
||||
'official_gpm_only' => true
|
||||
],
|
||||
'strict_mode' => [
|
||||
'yaml_compat' => true,
|
||||
'twig_compat' => true
|
||||
]
|
||||
],
|
||||
'security' => [
|
||||
|
||||
Reference in New Issue
Block a user