disable csrf fix, fix account state javascript

disable csrf in frontend and backend
	reception account_state javascript fix
This commit is contained in:
2015-11-29 20:19:34 +01:00
parent 4935aaa4a2
commit 9962a35059
5 changed files with 13 additions and 6 deletions

View File

@@ -3,5 +3,5 @@ return [
'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com',
'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.6'
'version' => 'v0.0.7'
];