first commit

This commit is contained in:
2020-06-11 16:42:43 +02:00
commit 449ca1d987
5099 changed files with 622034 additions and 0 deletions
@@ -0,0 +1,36 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/config/groups.yaml',
'modified' => 1591823173,
'data' => [
'administrators' => [
'groupname' => 'administrators',
'readableName' => 'Administrators',
'description' => 'The group of administrators',
'icon' => 'child',
'access' => [
'admin' => [
'login' => true
],
'site' => [
'login' => true
]
]
],
'moderator' => [
'groupname' => 'moderator',
'readableName' => 'Moderator',
'description' => 'The group of moderator',
'icon' => 'child',
'access' => [
'admin' => [
'login' => true
],
'site' => [
'login' => true
]
]
]
]
];