csrf - previous settings were not working on dev1 product - allow sale , if count > stock prodcut - admin - allow search by name account_state - auto sum up money from notes add csrf , product and account_state changes csrf - previous settings were not working on dev1 product - allow sale , if count > stock prodcut - admin - allow search by name account_state - auto sum up money from notes
8 lines
170 B
PHP
8 lines
170 B
PHP
<?php
|
|
return [
|
|
'adminEmail' => 'rocho02@gmail.com',
|
|
'supportEmail' => 'rocho02@gmail.com',
|
|
'user.passwordResetTokenExpire' => 3600,
|
|
'version' => 'v0.0.6'
|
|
];
|