modif comtabilite

This commit is contained in:
2019-01-16 16:23:31 +01:00
parent 6b741a9666
commit 9312edc3ae
1844 changed files with 158848 additions and 55874 deletions
+97 -31
View File
@@ -1,93 +1,101 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
'timestamp' => 1527792035,
'checksum' => '6003cc4fd70e7155212fea1b40abb28c',
'timestamp' => 1547644379,
'checksum' => 'd892d0b00854383ed3f69e0f8cf38a67',
'files' => [
'user/config' => [
'groups' => [
'file' => 'user/config/groups.yaml',
'modified' => 1543268638
],
'media' => [
'file' => 'user/config/media.yaml',
'modified' => 1527087378
'modified' => 1543268638
],
'plugins/youtube' => [
'file' => 'user/config/plugins/youtube.yaml',
'modified' => 1527792035
'modified' => 1544137072
],
'security' => [
'file' => 'user/config/security.yaml',
'modified' => 1527087377
'modified' => 1543268638
],
'site' => [
'file' => 'user/config/site.yaml',
'modified' => 1527177830
'modified' => 1543268638
],
'streams' => [
'file' => 'user/config/streams.yaml',
'modified' => 1527087378
'modified' => 1543268638
],
'system' => [
'file' => 'user/config/system.yaml',
'modified' => 1527510260
'modified' => 1547644379
]
],
'system/config' => [
'media' => [
'file' => 'system/config/media.yaml',
'modified' => 1526367498
'modified' => 1544136609
],
'security' => [
'file' => 'system/config/security.yaml',
'modified' => 1544136609
],
'site' => [
'file' => 'system/config/site.yaml',
'modified' => 1526367498
'modified' => 1544136609
],
'streams' => [
'file' => 'system/config/streams.yaml',
'modified' => 1526367498
'modified' => 1544136609
],
'system' => [
'file' => 'system/config/system.yaml',
'modified' => 1526367498
'modified' => 1544136609
]
],
'user/plugins' => [
'plugins/admin' => [
'file' => 'user/plugins/admin/admin.yaml',
'modified' => 1526367498
'modified' => 1544136638
],
'plugins/markdown-notices' => [
'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
'modified' => 1526367498
'modified' => 1543269410
],
'plugins/form' => [
'file' => 'user/plugins/form/form.yaml',
'modified' => 1526367498
'modified' => 1544136635
],
'plugins/login' => [
'file' => 'user/plugins/login/login.yaml',
'modified' => 1526367498
'modified' => 1544136625
],
'plugins/error' => [
'file' => 'user/plugins/error/error.yaml',
'modified' => 1526367498
'modified' => 1543269411
],
'plugins/email' => [
'file' => 'user/plugins/email/email.yaml',
'modified' => 1526367498
'modified' => 1543269412
],
'plugins/taxonomylist' => [
'file' => 'user/plugins/taxonomylist/taxonomylist.yaml',
'modified' => 1527251032
'modified' => 1544136627
],
'plugins/youtube' => [
'file' => 'user/plugins/youtube/youtube.yaml',
'modified' => 1527105680
'modified' => 1544136631
],
'plugins/problems' => [
'file' => 'user/plugins/problems/problems.yaml',
'modified' => 1526367498
'modified' => 1544136633
],
'plugins/language-selector' => [
'file' => 'user/plugins/language-selector/language-selector.yaml',
'modified' => 1527104663
'modified' => 1544136629
]
]
],
@@ -230,6 +238,7 @@ return [
'set_user_disabled' => false,
'login_after_registration' => false,
'send_activation_email' => false,
'manually_enable' => false,
'send_notification_email' => false,
'send_welcome_email' => false
]
@@ -270,22 +279,22 @@ return [
'youtube' => [
'enabled' => true,
'built_in_css' => true,
'add_editor_button' => true,
'add_editor_button' => false,
'player_parameters' => [
'autoplay' => 0,
'cc_load_policy' => 0,
'cc_load_policy' => 1,
'color' => 'red',
'controls' => 1,
'disablekb' => 0,
'enablejsapi' => 0,
'fs' => 1,
'hl' => '',
'iv_load_policy' => 1,
'iv_load_policy' => 3,
'loop' => 0,
'modestbranding' => 0,
'origin' => '',
'playsinline' => 0,
'rel' => 1,
'rel' => 0,
'showinfo' => 0,
'vq' => 'default'
],
@@ -373,7 +382,7 @@ return [
'mime' => 'video/x-flv'
],
'webm' => [
'type' => 'file',
'type' => 'video',
'thumb' => 'media/thumb-webm.png',
'mime' => 'video/webm'
],
@@ -569,6 +578,45 @@ return [
]
]
],
'security' => [
'xss_whitelist' => [
0 => 'admin.super'
],
'xss_enabled' => [
'on_events' => true,
'invalid_protocols' => true,
'moz_binding' => true,
'html_inline_styles' => true,
'dangerous_tags' => true
],
'xss_dangerous_tags' => [
0 => 'applet',
1 => 'meta',
2 => 'xml',
3 => 'blink',
4 => 'link',
5 => 'style',
6 => 'script',
7 => 'embed',
8 => 'object',
9 => 'iframe',
10 => 'frame',
11 => 'frameset',
12 => 'ilayer',
13 => 'layer',
14 => 'bgsound',
15 => 'title',
16 => 'base'
],
'uploads_dangerous_extensions' => [
0 => 'php',
1 => 'html',
2 => 'htm',
3 => 'js',
4 => 'exe'
],
'salt' => 'ADSNJIzFp15uoc'
],
'site' => [
'title' => 'Anissa bensalah',
'default_lang' => 'fr',
@@ -760,7 +808,7 @@ return [
]
],
'errors' => [
'display' => '1',
'display' => 1,
'log' => true
],
'debugger' => [
@@ -772,7 +820,7 @@ return [
],
'images' => [
'default_image_quality' => 85,
'cache_all' => false,
'cache_all' => true,
'cache_perms' => '0755',
'debug' => false,
'auto_fix_orientation' => false
@@ -804,10 +852,28 @@ return [
'method' => 'auto',
'verify_peer' => true,
'official_gpm_only' => true
],
'strict_mode' => [
'yaml_compat' => true,
'twig_compat' => true
]
],
'security' => [
'salt' => 'ADSNJIzFp15uoc'
'groups' => [
'moderator' => [
'groupname' => 'moderator',
'readableName' => 'Modérator',
'description' => 'The group of Modérator',
'icon' => 'child',
'access' => [
'admin' => [
'login' => true,
'cache' => false
],
'site' => [
'login' => true
]
]
]
]
]
];