fitness-web/common/config/params.php
Roland Schneider 9962a35059 disable csrf fix, fix account state javascript
disable csrf in frontend and backend
	reception account_state javascript fix
2015-11-29 20:19:34 +01:00

8 lines
170 B
PHP

<?php
return [
'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com',
'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.7'
];