From c21682145c63d2b94ddd6469554fbc98775b4c63 Mon Sep 17 00:00:00 2001 From: Tatiana Llorente Date: Wed, 15 Jan 2020 10:37:05 +0100 Subject: [PATCH] Changed value for constants 1year, 2years, 3years --- pandora_console/include/constants.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);