Changed value for constants 1year, 2years, 3years

This commit is contained in:
Tatiana Llorente 2020-01-15 10:37:05 +01:00
parent 6bf5d07a2c
commit c21682145c
1 changed files with 3 additions and 3 deletions

View File

@ -102,9 +102,9 @@ define('SECONDS_1MONTH', 2592000);
define('SECONDS_2MONTHS', 5184000);
define('SECONDS_3MONTHS', 7776000);
define('SECONDS_6MONTHS', 15552000);
define('SECONDS_1YEAR', 31104000);
define('SECONDS_2YEARS', 62208000);
define('SECONDS_3YEARS', 93312000);
define('SECONDS_1YEAR', 31536000);
define('SECONDS_2YEARS', 63072000);
define('SECONDS_3YEARS', 94608000);