Changed value for constants 1year, 2years, 3years
This commit is contained in:
parent
6bf5d07a2c
commit
c21682145c
|
@ -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);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue