refactor: use variable DEFAULT_TIMEZONE

This commit is contained in:
2025-10-08 20:52:40 +04:00
parent f1f056f7f3
commit 04a7e4c6eb
6 changed files with 16 additions and 8 deletions
+4
View File
@@ -58,6 +58,10 @@ if (!defined('SITE_DESCRIPTION')) define('SITE_DESCRIPTION', 'Votre plateforme d
if (!defined('SITE_LOGO')) define('SITE_LOGO', 'img/logo.png');
if (!defined('SITE_FAVICON')) define('SITE_FAVICON', 'img/favicon.png');
// Configuration du fuseau horaire par défaut
// Liste des fuseaux disponibles : https://www.php.net/manual/fr/timezones.php
if (!defined('DEFAULT_TIMEZONE')) define('DEFAULT_TIMEZONE', 'Indian/Reunion');
// Réseaux sociaux
if (!defined('FACEBOOK_URL')) define('FACEBOOK_URL', '#');
if (!defined('X_URL')) define('X_URL', '#');