add profile rochonet

This commit is contained in:
2016-01-01 21:42:40 +01:00
parent bf1553e97c
commit 7a0da7b80b
12 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => '',
],
],
];

View File

@@ -0,0 +1,3 @@
<?php
return [
];