diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 318496cfa8..1f0764bfaf 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -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);