Files
anissah/cache/compiled/files/5eed2d5d572776177fe4f8cc940d9af7.yaml.php
2019-01-16 16:23:31 +01:00

23 lines
669 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/accounts/admin.yaml',
'modified' => 1543269410,
'data' => [
'email' => 'kevin@figureslibres.io',
'fullname' => 'Kevin Tessier',
'title' => 'Administrator',
'state' => 'enabled',
'access' => [
'admin' => [
'login' => true,
'super' => true
],
'site' => [
'login' => true
]
],
'hashed_password' => '$2y$10$RCP2WDnZ7pI7kmo8dy5mKu6jTiKoaCNGdvupC1lLqo6WVCuna4WxC'
]
];