From e60c6e93d3d7001501f798090e2064329d7f38e2 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 13:49:56 +0700 Subject: [PATCH] Update config.php --- conf/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.php b/conf/config.php index 86a603a..fb6da8b 100644 --- a/conf/config.php +++ b/conf/config.php @@ -20,10 +20,10 @@ define("SMTP_PORT", 25); define("SMTP_MAIL", "__APP__@__DOMAIN__"); define("SMTP_PASSWORD", ""); -define("CREATION_COMPTE", __CRE_COMPTE__); -define("CONNEXION_COMPTE", __CON_COMPTE__); +define("CREATION_COMPTE", __CREATION_COMPTE__); +define("CONNEXION_COMPTE", __CONNEXION_COMPTE__); -define("CSV_SEP", "__SEPARATEUR_CSV__"); +define("CSV_SEP", "__CSV_SEP__"); define("PHP_SECURE_COOKIES", true);