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
@@ -0,0 +1,23 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/config/groups.yaml',
'modified' => 1543268638,
'data' => [
'moderator' => [
'groupname' => 'moderator',
'readableName' => 'Modérator',
'description' => 'The group of Modérator',
'icon' => 'child',
'access' => [
'admin' => [
'login' => true,
'cache' => false
],
'site' => [
'login' => true
]
]
]
]
];